can we create object for static class in java
Answer Posted / manjula
yes we can able to create object for the static class.. but
it is none of use.. because we can call the static class
without creating the object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an object class?
What is the size of int in 64-bit jvm?
What does a boolean method return?
What is an eror in java?
What is a get method?
What is meant by main method?
What is byte code and why is it important to java’s use for internet programming?
Explain the difference between private, public, package and protected in java?
why are there separate wait and sleep methods? : Java thread
What are the advantages of functions?
What are locale settings?
What is an example of a boolean?
How does split work in java?
what invokes a threads run() method? : Java thread
What is the size of integer?