
Java Quiz
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Easy
Shabbeer Ahmed
Used 2+ times
FREE Resource
Enhance your content in a minute
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
JVM is platform independent.
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of this code is:
int a = 10, b = 017, c = 0X3A;
System.out.println (a + "," + b +"," + c);
10, 15, 58
10, 17, 13
10, 17, 0
10, 017, 0X3A
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of this code is:
int x = 10;
int y = 5;
System.out.println(++x+(++y));
15
16
17
18
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of this code is:
int x = 7;
int y = 7;
int z = x & y;
System.out.println("z = " + z);
14
0
1
7
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of this code is:
class Sample1{
public static void main(String [] args){
System.out.println("Inside main method line1");
}
static {
System.out.println("Inside class line1");
}
}
Inside main method line1
Inside class line1
Inside main method line1
Inside class line1
Inside class line1
Inside main method line1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of this code is:
Sample s = new Sample();
System.out.println(s instanceof Sample);
True
False
Compile Error
Runtime Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In which of the cases, an object is eligible for Garbage Collection?
(a) Demo d;
(b) Demo d = new Demo();
(c) Demo d = new Demo(); d = null;
a , c
b
b,c
a,b,c
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
12 questions
ES6
Quiz
•
Professional Development
10 questions
Basic Python
Quiz
•
Professional Development
12 questions
Computing Devices Quiz
Quiz
•
Professional Development
15 questions
Subnetting
Quiz
•
10th Grade - Professi...
16 questions
SketchUp
Quiz
•
4th Grade - Professio...
15 questions
image processing quiz2
Quiz
•
University - Professi...
10 questions
Machine Learning
Quiz
•
Professional Development
13 questions
Javascript HTML CSS
Quiz
•
Professional Development
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
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
20 questions
Figurative Language Review
Quiz
•
6th Grade
Discover more resources for Computers
10 questions
How to Email your Teacher
Quiz
•
Professional Development
6 questions
3RD GRADE DECLARATION OF INDEPENDENCE EXIT TICKET
Quiz
•
Professional Development
19 questions
Black History Month Trivia
Quiz
•
6th Grade - Professio...
22 questions
Multiplying Exponents with the Same Base
Quiz
•
9th Grade - Professio...
40 questions
Flags of the World
Quiz
•
KG - Professional Dev...
