
OOPS Quiz 2

Quiz
•
Computers
•
University
•
Hard
Gnana Pragadeesh
Used 1+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
33 questions
Midterm Exam - CTCC0323

Quiz
•
University
30 questions
Computer Programming 1 Review

Quiz
•
University
24 questions
Javascript Basics

Quiz
•
7th Grade - University
30 questions
Java Quiz

Quiz
•
University - Professi...
26 questions
Multithreaded Programming in Java

Quiz
•
University
25 questions
Web Application Frameworks

Quiz
•
University
30 questions
Mastering Java Loops and Methods

Quiz
•
University
25 questions
Java Quiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University