JAVA Quiz

JAVA Quiz

University

20 Qs

quiz-placeholder

Similar activities

VAC - Java -Applets and Servlets

VAC - Java -Applets and Servlets

University

25 Qs

Java Basics

Java Basics

University

23 Qs

II CSM A & B

II CSM A & B

University

15 Qs

CH 1 - Intro to Computers, Programs, & Java

CH 1 - Intro to Computers, Programs, & Java

University

22 Qs

PROGRAMMING CAMP

PROGRAMMING CAMP

University

20 Qs

Brewing JavaFX Quiz

Brewing JavaFX Quiz

University

15 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

JAVA UNIT 1 PART 2

JAVA UNIT 1 PART 2

University

15 Qs

JAVA Quiz

JAVA Quiz

Assessment

Quiz

Computers

University

Hard

Created by

R GIRIDHARAN

Used 47+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which component is used to compile, debug and execute java program?
a) JVM
b) JDK
c) JIT
d) JRE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which component is responsible for converting bytecode into machine specific code?
a) JVM
b) JDK
c) JIT
d) JRE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which component is responsible to run java program?
a) JVM
b) JDK
c) JIT
d) JRE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which component is responsible to optimize bytecode to machine code?
a) JVM
b) JDK
c) JIT
d) JRE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which line of code will output the string "Hi"?
A. Sys.out.print("Hi");
B. System.out.print("Hi");
C. System.out.print(Hi);
D. System.out.print("Hi")

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

6. Which line of code will output the sum of 7 and 19?
A. System.out.print(7 + 19);
B. System.out.print("7 + 19");
C. system.out.print(7 + 19);
D. System.out.print(7 + 19)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Which of these is used to perform all input & output operations in Java?
a) streams
b) Variables
c) classes
d) Methods

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?