NEW
Font size
WorksheetsCOM 211
Total questions: 10
Worksheet time: 8mins
Who is known as father of java Programming language?
James Gosling
Charles Babbage
M. P Java
Blaise pascal
Which provides run-time environment for Java byte code to be executed?
JDK
JVM
JRE
JAVAC
What is byte code in Java?
Code generated by a Java compiler
Code generated by a Java virtual Machine.
Name of java source code file
Block of code written inside a class
Which of the following are not Java keywords?
Double
Switch
Then
Instanceof
Java Language was initially called as
Sumatra
J++
Oak
Pine
Which one is a template for creating different objects?
An array
A class
Interface
Method
Which symbol is used to contain the values of automatically initialized array?
Brackets
Braces
Parentheses
Commas
What is the full form of JVM?
Java Very Large Machine
Java Verified Machine
Java Very Small Machine
Java Virtual Machine
What is the full form of JVM?
Java Very Large Machine
Java Verified Machine
Java Very Small Machine
Java Virtual Machine
In Java code, the line that begins with /* and ends with */ is known as?
Multiline Comment
Single line Comment
Both A and B
None of the above.
