
OOPS Quiz 2
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Gnana Pragadeesh
Used 1+ times
FREE Resource
Enhance your content in a minute
29 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following program?
class Test {
public
static void main(String[] args)
{
int x = 10;
if (++x < 10 && (x / 0 > 10)) {
System.out.println("Bishal");
} else {
System.out.println("HI");
}
}
}
1.Compile time error
2. RuntimeException:ArithmeticException: / by zero
3. Bishal
4. HI
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these are selection statements test only for equality in Java?
a)If
b)switch
c)if & switch
d)None of the mentioned
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these are selection statements in Java?
a)if()
b)for()
c)continue
d)break
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these jump statements can skip processing remaining code in its body for a particular iteration?
a)break
b)return
c)exit
d)continue
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
__________ statement provides an easy way to dispatch execution to different parts of your code based on the value of an expression.
if-else
switch
if
while
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will the following code print "Welcome to Java"?
int count = 0;
while(count<10){
System.out.println("Welcome to Java");
count++;
}
8
9
10
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
int x= 0;
while(x<4){
x=x+1;
}
System.out.println("x is"+x);
0
1
3
4
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
25 questions
Understanding Loops in Programming
Quiz
•
University
25 questions
COMP1: Quiz No. 1
Quiz
•
University
25 questions
Types of Programming Languages - Quiz2
Quiz
•
University
25 questions
Prueba Diagnóstica de HTML y CSS
Quiz
•
University
25 questions
Simple Machines
Quiz
•
KG - University
25 questions
PILARES DE LA POO
Quiz
•
University
25 questions
Web Services Quiz
Quiz
•
University
25 questions
ระบบปฏิบัติการ ชุดที่ 1
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
