wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

COM 211

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Who is known as father of java Programming language?

a)

James Gosling

b)

Charles Babbage

c)

M. P Java

d)

Blaise pascal

2.

Which provides run-time environment for Java byte code to be executed?

a)

JDK

b)

JVM

c)

JRE

d)

JAVAC

3.

What is byte code in Java?

a)

Code generated by a Java compiler

b)

Code generated by a Java virtual Machine.

c)

Name of java source code file

d)

Block of code written inside a class

4.

Which of the following are not Java keywords?

a)

Double

b)

Switch

c)

Then

d)

Instanceof

5.

Java Language was initially called as

a)

Sumatra

b)

J++

c)

Oak

d)

Pine

6.

Which one is a template for creating different objects?

a)

An array

b)

A class

c)

Interface

d)

Method

7.

Which symbol is used to contain the values of automatically initialized array?

a)

Brackets

b)

Braces

c)

Parentheses

d)

Commas

8.

What is the full form of JVM?

a)

Java Very Large Machine

b)

Java Verified Machine

c)

Java Very Small Machine

d)

Java Virtual Machine

9.

What is the full form of JVM?

a)

Java Very Large Machine

b)

Java Verified Machine

c)

Java Very Small Machine

d)

Java Virtual Machine

10.

In Java code, the line that begins with /* and ends with */ is known as?

a)

Multiline Comment

b)

Single line Comment

c)

Both A and B

d)

None of the above.