
JAVA Quiz

Quiz
•
Education
•
University
•
Hard
Mustkeem Sheikh
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Who invented Java Programming?
a) Guido van Rossum
b) James Gosling
c) Dennis Ritchie
d) Bjarne Stroustrup
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. Which component is used to compile, debug and execute the java programs?
a) JRE
b) JIT
c) JDK
d) JVM
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. What will be the output of the following Java code?
1. class increment {
2. public static void main(String args[])
3. {
4. int g = 3;
5. System.out.print(++g * 8);
6. }
7. }
a) 32
b) 33
c) 24
d) 25
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4. Which of the following is not an OOPS concept in Java?
a) Polymorphism
b) Inheritance
c) Compilation
d) Encapsulation
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5. What is not the use of “this” keyword in Java?
a) Referring to the instance variable when a local variable has the same name
b) Passing itself to the method of the same class
c) Passing itself to another method
d) Calling another constructor in constructor chaining
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6. What will be the error in the following Java code?
byte b = 50;
b = b *50;
a) b cannot contain value 50
b) b cannot contain value 100, limited by its range
c) No error in this code
d) operator has converted b 50 into int, which can not be converted to byte without casting
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7. What will be the output of the following Java program?
1. class evaluate
2. {
3. public static void main(String args[])
4. {
5. int a[] = {1,2,3,4,5};
6. int d[] = a;
7. int sum = 0;
8. for (int j = 0; j < 3; ++j)
9. sum += (a[j] * d[j + 1]) + (a[j + 1] * d[j]);
10. System.out.println(sum);
11. }
}
a) 38
b) 39
c) 40
d) 41
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Latihan Soal IoT

Quiz
•
University
20 questions
ROBOTICS

Quiz
•
University
22 questions
Linguistics

Quiz
•
University
20 questions
AI Club x IEEE

Quiz
•
University
20 questions
Las vitaminas de los alimentos

Quiz
•
University
28 questions
OOPS Live Quiz

Quiz
•
University
20 questions
Back-End Development - Quiz 1

Quiz
•
University
20 questions
MAPEH 6 M1 & M5 Q3

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Education
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

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

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University