What is the purpose of static methods and static variables?
No Answer is Posted For this Question
Be the First to Post Answer
where the static methods will live ,on stack ? can you explain brefly
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
Explain creating threads by extending thread class ?
What is the purpose of a transient variable?
What is stack explain?
What is == in java?
How to instantiate member inner class?
What is the difference between a scrollbar and a scrollpane?
What is the use of StringTokenizer class?
What is the unit of plancks constant?
How do you start a thread?
What is singleton service?