wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

JAVA Evolution

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Java is a Successor to which programming language?

a)

B

b)

C

c)

C++

d)

D

2.

Who invented Java language?

a)

Dennis Ritchie

b)

James Gosling

c)

Larry Page

d)

Serge Page

3.

What is the original name of Java Programming language?

a)

J++

b)

C++

c)

OAK

d)

TEAK

4.

Which laboratory was Java invented or developed in?

a)

Bell Laboratory

b)

Sun Microsystems

c)

Dennis Ritchie Office

d)

Johnson and Johnson

5.

Java language was originally developed for operating

a)

TV

b)

TV Set-top box

c)

Embedded System equipment

d)

All the above

6.

What is an Interpreter?

a)

An interpreter converts instructions line by line

b)

An Interpreter converts source code to low-level code

c)

Interpreters are slow to execute

d)

All the above

Answer [=]

7.

What is a Compiler?

a)

A Compiler converts all instructions in one go.

b)

A compiler converts source code to low-level code

c)

Compilers work fast

d)

All the above

8.

What is the file name extension of a Java source program?

a)

.j

b)

.ja

c)

.java

d)

.jax

9.

What is the output of Compilation of Java Program?

a)

.class file

b)

.cla file

c)

.jc file

d)

.javax file

10.

What software compiles a Java Program?

a)

JRE (Java Runtime Environment)

b)

JDK (Java Developer Kit)

c)

JVM (Java Virtual Machine)

d)

Command Prompt