
Javaquiz
Authored by Mukesh Otwani
Computers
Professional Development
Used 11+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is not a Java feature?
Object-oriented
Use of pointers
Portable
Dynamic and Extensible
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the extension of byte code files?
.java
.class
.byte
.js
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Output of below code
int a=10;
int b=a++;
System.out.println(b);
10
11
12
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Output of below code
int a=10;
int b=++a;
System.out.println(b);
10
11
12
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of the below statement
public static void main(String[] args) {
int x=5;
{
int y = 6;
System.out.print(x + " " + y);
}
System.out.println(x + " " + y);
}
Runtime error
Compilation error
5656
565
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of the below code
class Box{
int width;
int height;
int length;
}
public class Day1 {
public static void main(String[] args) {
Box obj = new Box();
obj.width = 10;
obj.height = 2;
obj.length = 10;
int y = obj.width * obj.height *obj.length;
System.out.print(y);
}
400
100
200
Runtime Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these keywords is used to define interfaces in Java?
interface
Interface
InterFace
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
11 questions
JAVA QUIZ
Quiz
•
Professional Development
18 questions
Cycle 4: Session 13 Final Review.
Quiz
•
Professional Development
15 questions
JS
Quiz
•
Professional Development
20 questions
1ºDAM/DAW - Lenguajes de Marcas - UD2-3-9 - Prof. C. Boni
Quiz
•
University - Professi...
10 questions
Business Analytics
Quiz
•
Professional Development
10 questions
Unity & C-Sharp Quiz
Quiz
•
Professional Development
13 questions
Игры на Python 1 модуль
Quiz
•
Professional Development
10 questions
Android Application
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...