-
-
-
-
Java basic questions
1.throw Vs. throws clause?2.Use of EJBs?3.Design Patterns avail in Java?4.Different ways of achieving Exceptions in Java?5.Can we handle Run Time Exceptions?6.How to overcome OutOfMemoryError?7.CompileTime Vs. Run Time Exceptions8.MultiThreading Vs Multitasking9.Usage of Tag Libraries in JSPs?10.Available Tag Libraries?
-
-
-
-
Which of the following are primitive types?
A) byteB) StringC) integerD) float
-
Which of the following features are common to both Java & C++? (Select multiple)
A) The class declarationB) The access modifiersC) The encapsulation of data & methods with in objectsD) The use of pointers
-
Which of the following statements correctly describes an interface?
A) It's a concrete classB) It's a superclassC) It's a type of abstract class
-
An applet is downloaded on demand
A) TrueB) False
-
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________
A) Byte CodeB) FirewallC) Tetra CodeD) View Code
-
Through the use of inheritance, programmers can reuse the code in the superclass many times.
Skill/Topic: InheritanceA) TrueB) False
-
-
-
-
-
-
-
Java Interview Questions
Ans