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
How do you include a string in java?
What about anonymous inner classes in java?
Is space a character in java?
Can we have return statement in finally clause? What will happen?
Can we write method inside a method in java?
Can an interface extend a class?
What environment variables are required to be set on a machine in order to run Java programs?
Can private method static?
Why does java not allow multiple public classes in a java file ?
What is oop principle in java?
What is ascii code?
Why wait and notify methods are declared in object class?
How do you define a set in java?
What is difference in between java class and bean?
What is a methodologist?