When we can access the static data member without creating
the object what is the need of the object in java.
Answer Posted / viswa
The question is "when we can access the static data member
with out creating object?
To access a static member of data we no need to create an
object, using class name we can access that static data member.
What is the need of the object in java?
Object is required to access the instance variables as well
as instance methods in the class.With out the object we
can't access them.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between processes and threads?
Can you extend singleton class?
What is re-factoring in software?
What is the purpose of encapsulation?
Why is a singleton bad?
What are byte codes?
What is not thread safe?
Explain the importance of thread scheduler in java?
What is data type example?
How concurrent hashmap works?
What is package private scope in java?
What is encapsulation in java?
How do I get the | symbol on my keyboard?
What is jvm? How its run?
How does arraylist work in java?