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 polymorphism in java? What are the kinds of polymorphism?
what invokes a threads run() method? : Java thread
Can we use a default constructor of a class even if an explicit constructor is defined?
Why main() method is public, static and void in java ?
What is the symbol for space?
What is string buffer?
How do you format in java?
Why unicode is important?
Can we make the abstract methods static in java?
How to handle a web browser resize operation?
What is ide with example?
Is passing by reference faster?
Write a program based on Java script program.
Can you have two constructors in java?
What is update method called?