JAVA BootCamp - Day 2

JAVA BootCamp - Day 2

University

20 Qs

quiz-placeholder

Similar activities

Java, part I

Java, part I

11th Grade - University

20 Qs

OOP - session 2.1 - JVM, Array, Stack

OOP - session 2.1 - JVM, Array, Stack

University

21 Qs

Technical Quiz - INSIGHT 2K23

Technical Quiz - INSIGHT 2K23

University

23 Qs

COMP_Technical Quiz_Round 2

COMP_Technical Quiz_Round 2

12th Grade - University

20 Qs

CODE ZENITH

CODE ZENITH

University

15 Qs

JAVA Basics Quiz

JAVA Basics Quiz

University

20 Qs

Unit-I- Java-Basics-MCQ

Unit-I- Java-Basics-MCQ

University

15 Qs

MultiThreading Quiz

MultiThreading Quiz

University

15 Qs

JAVA BootCamp - Day 2

JAVA BootCamp - Day 2

Assessment

Quiz

Computers

University

Medium

Created by

R GIRIDHARAN

Used 56+ 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?