What are kinds of processors?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different ways of creating a thread. Which one would you prefer and why?
what is the use of thread?Justify it by project point of view
What is the file extension for java?
What is the purpose of stub and skeleton?
What are the ways to instantiate the class class?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
What is diffrance between FINALIZE() & FINALLY ?
Is boolean a data type in java?
What is the use of runnable interface?
What is difference between static class and singleton pattern?
What isan abstract class and when do you use it?