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
Where are local variables stored?
Tell me about different OOPS concepts.
What is the use of flag?
Can we override the static method?
What is the use of toarray () in java?
How do you reverse sort in java?
What is the method to expand and collapse nodes in a jtree?
How can an exception be thrown manually by a programmer?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is the different types of functions?
What are the skills required for core java?
What does s mean in regex?
What is return data type?
Which api is provided by java for operations on set of objects?
What is the concatenation operator in java?