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
I don’t want my class to be inherited by any other class. What should I do?
What is the final access modifier in java?
Why can't we override private static methods?
What are basic keywords?
Explain methods specific to list interface?
What are packages in java?
What is an enumeration?
What is module with example?
What is a generic data type?
What is purpose of find feature?
What differences exist between iterator and listiterator?
Explain the private field modifier?
What is equlas() and hashcode() contract in java? Where does it used?
What is return data type?
What is the synonym of procedure?