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 does int [] mean in java?
Can a class with private constructor be extended?
Is hashset sorted in java?
What is an argument in java?
I don’t want my class to be inherited by any other class. What should I do?
What state does a thread enter when it terminates its processing in java programming?
What are the different types of collections in java?
Can we use both this () and super () in a constructor?
What is join () in java?
Write a java program to generate fibonacci series ?
Detail discussions on JVM, memory management and garbage collector.
Explain the selection sort algorithm?
What is void keyword?
Where is core java used?
What is get () in java?