can we create object for static class in java
Answer Posted / sriragv
There is no need to instantiate the object to make a copy
of the class in your system because already there is a copy
of the class will be available in the JVM we can directly
access them by 'class.member'
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Why is the type for real numbers called double?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Write a program to find the greatest of three numbers in java?
What is static import in java?
Explain different states of a thread in java?
What is a parameter in a function?
When throws keyword is used?
Explain reverse a linked list recursive java solution?
Does java trim remove newline?
What is Recursion Function?
Can private class be inherited in java?
What is keyword auto for?
Are primitives objects?
What is difference between array and vector?
What is double checked locking in singleton?