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 parsing in grammar?
What's the difference between int and integer in java?
What restrictions are placed on method overloading?
What sorting algorithm does javascript use?
What is collections framework?
What is the main use of generics in java?
How does finally block differ from finalize() method?
What is meant by 'bit masking' in java?
What is polymorphism java example?
What is the difference between the direct buffer and non-direct buffer in java?
Explain about object oriented programming and its features?
How is tree Mirroring implemented?
What are reference variables in java?
What is the difference between preparedstatement and statement in java?
How would you dynamically allocate memory to an array?