why static class in java or what is use of static class in java
Answer Posted / chantiraji
we are using with out creating object for static class because, JVM allocate the consistent memory for static class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a parameter in matrices?
What are parsing rules?
What is a nested structure?
Which variables are stored in stack?
What is the difference between == and === javascript?
What is use of super keyword in java?
Can a boolean be null java?
What is purpose of keyword void?
How to print an arraylist in java?
Describe what happens when an object is created in java ?
Explain 5 io best practices?
How define set in java?
What is unmodifiable collection in java?
What is the primitive type byte?
What is the main function in java?