When we can access the static data member without creating
the object what is the need of the object in java.
Answer Posted / vijay
U cant call other class method without object.static member
is common for all object.if u want set some values for
specific object then the object is necessary
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you make a constructor final in Java?
Why is a constant variable important?
What is difference between path and classpath?
Why arraylist is used in java?
What is nested class?
Why we use set in java?
Is there a jre for java 11?
Write code to implement bubble sort in java?
What do you know about the garbate collector?
Is there a sort function in java?
What is bytecode in java ?
Can you explain the final method modifier?
What is a numeric format?
What is float in java?
Explain the importance of finally block in java?