-
-
What class is the top of the AWT event hierarchy
The java.awt.AWTEvent class is the highest-level class in the AWT event-classhierarchy.
-
When a thread is created and started, what is its initial state
A thread is in the ready state after it has been created and started.
-
-
Can we use final keyword before constructor?
Is it possible to define final keyword before constructor.if yes then describe?
-
What is a native method
A native method is a method that is implemented in a language other than Java.
-
____________ is a highly optimized set of instructions designed to be executed by the Java run-time system
A) Byte CodeB) FirewallC) Tetra CodeD) View Code
-
________ enhance performance and functionality in various programming languages
Skill/Topic: AWT & AppletsA) threadsB) constantsC) variablesD) none of the above
-
-
-
Java Interview Questions
Ans