Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Java Introductory Class

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.

Is the below program correct to print "Hello World"

a)

True

b)

False

2.

Which is my className in the below program

a)

pack_2

b)

Basic

3.

Shortcut to get my public static void main(String[] args) { }

a)

Type main, and press CTRL + M + ENTER button together

b)

Type main, and press CTRL + SPACE + ENTER button together

4.

Shortcut to get my System.out.println();

a)

Type syso, and press CTRL + SPACE + ENTER button together

b)

Type syso, and press CTRL + S + ENTER button together

5.

What type of Files we have in src folder

a)

.java

b)

.class

6.

What type of Files we have in bin folder

a)

.java

b)

.class

7.

Why do we need .java files in JAVA

a)

For Compilation

b)

For Execution

8.

Why do we need .class files in JAVA

a)

For Execution

b)

For Compilation

9.

What does JRE System library consists of

a)

Project

b)

Package

c)

Predefined Java functions

10.

How to find my Java version in cmd prompt

a)

java version

b)

java -version

c)

javac -version

11.

How to find my JDK version in cmd prompt

a)

javac version

b)

javac -version

c)

java -version