
OOAD Quiz 4
Quiz
•
Education
•
University
•
Practice Problem
•
Medium
Dr. Pal
Used 1+ times
FREE Resource
Enhance your content in a minute
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
public class DataTypeQuiz {
public static void main(String[] args) {
int x = 5;
int y = 10;
int result = (x++ y--) - (--x ++y);
System.out.println(result);
}
}
0
25
30
20
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of a 'char' variable in Java?
'0'
'\u0000'
' ' (space)
'null'
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
public class ArrayQuiz {
public static void main(String[] args) {
int[] numbers = new int[5];
System.out.println(numbers[2]);
}
}
0
2
garbage value
null
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid Java array declaration?
int[] numbers = new int[5];
int[] numbers = {1, 2, 3, 4, 5};
int numbers[] = new int[5];
int numbers[5];
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
public class OperatorQuiz {
public static void main(String[] args) {
int x = 5;
int y = 10;
int z = x++ + ++y;
System.out.println("z = " + z);
System.out.println("x = " + x);
System.out.println("y = " + y);
}
}
z = 16, x = 6, y = 11
z = 15, x = 5, y = 11
z = 16, x = 6, y = 10
z = 15, x = 6, y = 10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
public class ControlFlowQuiz {
public static void main(String[] args) {
int x = 5;
int y = 10;
if (x != 5 && y > 5) {
System.out.println("Condition is true");
} else {
System.out.println("Condition is false");
}
}
}
Condition is true
Condition is false
Compilation error
Runtime error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
public class OperatorQuiz {
public static void main(String[] args) {
int x = 5;
int y = 10;
int result = x * y / (x + y);
System.out.println("Result: " + result);
}
}
Result: 2
Result: 3
Result: 0
Result: 1
Create a free account and access millions of resources
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
10 questions
lipids ^_^
Quiz
•
University
10 questions
Learning theories
Quiz
•
KG - Professional Dev...
10 questions
Applied Economics
Quiz
•
University
11 questions
Articulation & Phonology
Quiz
•
University
10 questions
CHILD CARE
Quiz
•
University
10 questions
National Education Policy.
Quiz
•
University
10 questions
Writing Instructional Objectives
Quiz
•
University
10 questions
Fundamental Rights
Quiz
•
6th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Education
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
9 questions
Principles of the United States Constitution
Interactive video
•
University
18 questions
Realidades 2 2A reflexivos
Quiz
•
7th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
25 questions
Integer Operations
Quiz
•
KG - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University
20 questions
SER vs ESTAR
Quiz
•
7th Grade - University
