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
Is break statement can be used as labels in java?
What is object-oriented paradigm?
What do you mean by hashing?
What is final class?
What is the difference between throw and throws in java?
What is class forname used for?
What is the maximum size of byte array in java?
How to create a thread in java?
What do you mean by Hash Map and Hash Table?
Does importing a package imports its sub-packages as well in java?
Does java set allow duplicates?
What is an association?
How do you sort an array in java?
Can a final variable be null?
what do you understand by the term string with respect to java?