why static class in java or what is use of static class in java
Answer Posted / prathyusha
static class is created before object of the class is created.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in java?
Why is string buffer better than string ?
What is the difference between a field variable and a local variable?
Explain throw keyword in java?
Does java set allow duplicates?
What are the approaches that you will follow for making a program very efficient?
What is java in detail?
What are the java ide's? Explain
What do you mean by singleton class in java?
Tell us something about set interface.
What is arraylist e in java?
What is the purpose of the runtime class in java programming?
What is the difference between the prefix and postfix forms of the ++ operator?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is dot operator?