-
-
-
All of Swing's text components inherit from the same superclass
Skill/Topic: AWT & AppletsA) TrueB) False
-
How SCJP exams are Helpful???
I am new to java...if I passed out the SCJP exams then how it would be beneficial at time of job..interviews???
-
-
What does J2SE mean?
A) Java 2 Platform Standard EditionB) Java 2 Internet Standard EditionC) Java 2 Platform Independent Standard EditionD) Java 2 Systems Edition
-
Explain Object Construction in simple terms
In Java, object types (i.e., classes) must be explicitly constructed for initialization. Explain object construction. Then, state the name of the mechanism for object destruction, and explain in simple terms how it works.
-
-
What is the Vector class
The Vector class provides the capability to implement a growable array of objects
-
Which class is extended by all other classes
The Object class is extended by all other classes.
-
What is the difference between the Font and FontMetrics classes
The FontMetrics class is used to define implementation-specific properties, such asascent and descent, of a Font object.
-
What is the SimpleTimeZone class
The SimpleTimeZone class provides support for a Gregorian calendar.
-
What is the purpose of the File class
The File class is used to create objects that provide access to the files and directories of alocal file system.
-
Which Math method is used to calculate the absolute value of a number
The abs() method is used to calculate absolute values.
-
-
Sizeofthe Variable
How to find the size of the (datatype) variable in java?in c we use sizeof() operator for for finding size of data type
-
What is the GregorianCalendar class
The GregorianCalendar provides support for traditional Western calendars.
-
What is an abstract method
An abstract method is a method whose implementation is deferred to a subclass.
-
What are the high-level thread states
The high-level thread states are ready, running, waiting, and dead.
-
What is the purpose of the System class
The purpose of the System class is to provide access to system resources.
Java Interview Questions
Ans