
Javaquiz
Quiz
•
Computers
•
Professional Development
•
Hard
Mukesh Otwani
Used 11+ times
FREE Resource
Enhance your content in a minute
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
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Python Programming Fundamental
Quiz
•
Professional Development
20 questions
UAS Android
Quiz
•
Professional Development
13 questions
Cycle 4: Session 9 Review.
Quiz
•
Professional Development
10 questions
Java Strings
Quiz
•
1st Grade - Professio...
20 questions
fun codeing
Quiz
•
11th Grade - Professi...
10 questions
Prova de Ciência da Computação
Quiz
•
Professional Development
13 questions
MindSpace Computers C Quiz-1 2025
Quiz
•
Professional Development
10 questions
Semana 6 - Estructura Secuencial y Condicional
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Computers
10 questions
How to Email your Teacher
Quiz
•
Professional Development
21 questions
October 25
Quiz
•
Professional Development
10 questions
October Monthly Quiz
Quiz
•
Professional Development
20 questions
There is There are
Quiz
•
Professional Development
5 questions
SSUSH13
Interactive video
•
Professional Development
10 questions
Halloween Trivia
Quiz
•
Professional Development
