What is the purpose of static methods and static variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

where the static methods will live ,on stack ? can you explain brefly

1 Answers  


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 { }

2 Answers   Mphasis,


Explain creating threads by extending thread class ?

0 Answers  


What is the purpose of a transient variable?

0 Answers  


What is stack explain?

0 Answers  






What is == in java?

0 Answers  


How to instantiate member inner class?

0 Answers  


What is the difference between a scrollbar and a scrollpane?

0 Answers  


What is the use of StringTokenizer class?

0 Answers   Hexaware, Virtusa,


What is the unit of plancks constant?

0 Answers  


How do you start a thread?

0 Answers  


What is singleton service?

0 Answers  


Categories