JAVA Basics Quiz

JAVA Basics Quiz

University

20 Qs

quiz-placeholder

Similar activities

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

Web Development and Programming

Web Development and Programming

University

20 Qs

Java Programming Quiz

Java Programming Quiz

University

17 Qs

JAVA BootCamp - Day 2

JAVA BootCamp - Day 2

University

20 Qs

Dr.V.Karuppuchamy, AP/CSE

Dr.V.Karuppuchamy, AP/CSE

University

20 Qs

Intro to Java 1

Intro to Java 1

University

15 Qs

Introduction to Python

Introduction to Python

University

20 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

JAVA Basics Quiz

JAVA Basics Quiz

Assessment

Quiz

Computers

University

Hard

Created by

S Sampath Kumar

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