An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance methods, but canno ...
Search results for
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 ...
Explain different way of using thread?
Posted by Devin
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 ...
With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronizati ...
What is unit testing?
Posted by aleksin
Testing pieces of a program (usually classes) independently using test drivers and/or stubs
Tell me about a time when you missed an obvious solution to a problem?
Posted by aleksin (http://www.ncsu.edu)
Quite offten, but still very hard question to answer.
Lonely knight
Posted by aleksinHow much salary do you expect?
Posted by aleksin
It should be sufficient to make me live comfortably in the present and save enough for the future
[Source Answers.com]
[Source Answers.com]
« previous1 next »
