Java Interview Questions



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

Short Core Java Interview Questions ?

View the Answer

Considering the basic properties of Vector and ArrayList, where will you use Vector and where will you use ArrayList ?

View the Answer

What is an enumeration ?

View the Answer

What is the difference between the size and capacity of a Vector ?

View the Answer

How does a try statement determine which catch clause should be used to handle an exception ?

View the Answer

What are the steps in the JDBC connection ?

View the Answer

Can applets communicate with each other ?

View the Answer

If I write System.exit (0); at the end of the try block, will the finally block still execute ?

View the Answer

What is the basic difference between the 2 approaches to exception handling…1> try catch block and 2> specifying the candidate exceptions in the throws clause? When should you use which approach ?

View the Answer

What happens to an unhandled exception ?

View the Answer

If my class already extends from some other class what should I do if I want an instance of my class to be thrown as an exception object ?

View the Answer

If I want an object of my class to be thrown as an exception object, what should I do ?

View the Answer

Why do we need wrapper classes ?

View the Answer

What happens to the static fields of a class during serialization? Are these fields serialized as a part of each serialized object ?

View the Answer

Objects are passed by value or by reference ?

View the Answer

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