why static class in java or what is use of static class in java
Answer Posted / jyotiranjan jena
JVM can call the static method without creating instance of this class.We can save memory if we create class as static
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is serialversionuid?
What is hashtable and explain features of hashtable?
What are advantages of using Java?s layout managers than windowing systems?
What is the difference between form & report?
What is style and indentation?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is the use of set in java?
What is the final keyword denotes?
what is comparable and comparator interface?
What is the difference between final, finally and finalize()?
What is pojo class in java?
What are accessor methods in java?
What are meta-annotations?
Explain the difference between a Thread and a Process.
What is javac used for?