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 the scope or life time of instance variables?
What is equals method in java?
Why are getters and setters used?
What does next mean in java?
How many types of keywords are there?
how many types of Inheritance?
Difference between serialization and deserialization in java?
What do you mean by local class?
How do you join strings in java?
What is java in detail?
How do you create a method in java?
What is the primitive type short?
Are registers volatile?
What is overloading and overriding in java?
State the difference between strings and arrays.