JAVA Basics Quiz

JAVA Basics Quiz

University

20 Qs

quiz-placeholder

Similar activities

Java Array

Java Array

University

23 Qs

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

Java Quiz 2

Java Quiz 2

University

15 Qs

CES JAVA

CES JAVA

University

20 Qs

Programming Java

Programming Java

University

20 Qs

Quiz on Java

Quiz on Java

University

20 Qs

POS - Prelim Examination

POS - Prelim Examination

University

20 Qs

Arrays in Java

Arrays in Java

University

25 Qs

JAVA Basics Quiz

JAVA Basics Quiz

Assessment

Quiz

Computers

University

Hard

Created by

S Sampath Kumar

Used 23+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which component is used to compile, debug and execute java program?

JVM

JDK

JIT

JRE

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which component is responsible for converting bytecode into machine specific code?

JVM

JDK

JIT

JRE

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which component is responsible to run java program?

JVM

JDK

JIT

JRE

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which component is responsible to optimize bytecode to machine code?

JVM

JDK

JIT

JRE

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which line of code will output the string "Hi"?

Sys.out.print("Hi");

System.out.print("Hi");

System.out.print(Hi);

System.out.print("Hi")

6.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which line of code will output the sum of 7 and 19?

System.out.print(7 + 19);

System.out.print("7 + 19");

system.out.print(7 + 19);

System.out.print(7 + 19)

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these is used to perform all input & output operations in Java?

streams

Variables

classes

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?