-
-
-
________ enhance performance and functionality in various programming languages
Skill/Topic: AWT & AppletsA) threadsB) constantsC) variablesD) none of the above
-
-
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
-
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?
-
Objects are sometimes referred to as __________ of a class
A) InhertienceB) InstancesC) InterfacesD) Inhibitors
-
-
Abstract class can be declared as final
Skill/Topic: InheritanceA) TrueB) FalseExplanation: An abstract class may not be declared as final.
-
Java - How to convert string to charArray ?
String str="Welcome To GeekInterview.com"
How can convert the above string to charArray without using any buit-in function in java?
Anyone to know the answer.please help me? i am new to learn java. -
__________ code segments must be implemented for an event handler.
Skill/Topic: AWT & AppletsA) OneB) TwoC) ThreeD) Four
-
-
-
The concept of polymorphism is often expressed by the phrase
Skill/Topic: AWT & AppletsA) One interface, multiple methodsB) Multiple interface, one MethodC) Multiple interface, Multiple methodD) One interface, One method
-
How to convert .class to .java?
How to convert or achieve the program from .class file??
-
Java Interview Questions
Ans