The Separator, Comma is Used to separate package names from subpackages and classes
True
False
The print( ) method is just like println( ), except that it does not output a newline character after each call.
An _________ is a special kind of Java program that is designed to be transmitted over the Internet.
Viewlet
Applet
Servlet
Object
A constant value in Java is created by using a literal representation of it.
Java allows two or more statements to be grouped into blocks of code called Code Blocks.
_________ is a feature that allows one interface to be used for a general class of actions.
Encapsulation
Class
Inheritance
Polymorphism
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________.
Byte Code
Firewall
Class Code
Bit Code
There are _____ types of Comments in Java.
One
Two
Three
Four
All statements in Java end with a _____________.
Colon
SemiColon
Hypen
Dot
The simplest form of the for loop in Java is for(initialization; condition; iteration) statement;