Java Interview Questions



Pages (999999): « 1 [2] 3 4 » ... Last »

Can a level class be private or protected ?

View the Answer

What is the default value of an object reference declared as an instance variable ?

View the Answer

Does importing a package imports the subpackages as well? e.g. Does importing com.MyTest.* also import com.MyTest.UnitTests.* ?

View the Answer

Are the imports checked for validity at compile time? e.g. will the code containing an import such as java.lang.ABCD compile ?

View the Answer

If I do not provide any arguments on the command line, then the String array of Main method will be empty of null ?

View the Answer

What is final ?

View the Answer

What is an abstract class ?

View the Answer

State the significance of public, private, protected, default modifiers both singly and in combination and state the effect of package relationships on declared items qualified by these modifiers ?

View the Answer

Difference between Swing and Awt ?

View the Answer

Explain different way of using thread ?

View the Answer

What is the difference between an Interface and an Abstract class ?

View the Answer

More questionson Java Collections

View the Answer

Java Questions based on Object Serialization

View the Answer

Java Garbage Collection Interview Questions

View the Answer

21 Java Interview Questions

View the Answer

Pages (999999): « 1 [2] 3 4 » ... Last »