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 nullpointerexception?
What do you understand by the term polymorphism?
Describe the Big-O Notation.
What is string in java with example?
What is structure of java heap? What is perm gen space in heap?
how can you take care of mutual exclusion using java threads? : Java thread
Name and explain the types of ways which are used to pass arguments in any function in java.
Can we have multiple classes in single file ?
What is space character in java?
What is boolean used for?
What is the this keyword?
What is printwriter in java?
Can you write a java class that could be used both as an applet as well as an application?
Define interface in java?
How do you create a first line indent?