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 use of super keyword?
What happens if main method is not static?
Which collection is sorted in java?
Explain about join() method?
What is meant by memory leak?
How do you execute a thread in java?
What are different exception types exceptions available in java ?
Explain what access modifiers can be used for methods?
How do you identify independent and dependent variables?
What is get () in java?
What is constant in programming?
What is array and arraylist in java?
How to check if linked list contains loop in java?
What are the different types of inner classes?
Explain jvm, jre, and jdk?