Register | Login

Published Questions

The purpose of garbage collection is to identify and discard objects that are no longer needed by a program so that their resources can be reclaimed a ...
The thread could be implemented by using runnable interface or by inheriting from the Thread class. The former is more advantageous, 'cause when you a ...
Pass By Reference means the passing the address itself rather than passing the value. Passby Value means passing a copy of the value to be passed. [ ...
Map is Interface and Hashmap is class that implements that.

[Source: JAGAN MOHAN "Interview questions bible"]
The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls. (HashMap allows null values as key and value ...
With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronizati ...
Testing pieces of a program (usually classes) independently using test drivers and/or stubs
Model-View-Controller (MVC) is a classic design pattern often used by applications that need the ability to maintain multiple views of the same data. ...
It should be sufficient to make me live comfortably in the present and save enough for the future

[Source Answers.com]
Sort Questions
Username:

Password:

Remember:
Saved Stories
Common Interview is a place to help people keep up with the latest trends in job interviewing. You can interact by asking interview questions or by providing answers and ratings. Choose from thousands behavioural, technical, testing or program management questions and interview puzzles.