When we can access the static data member without creating
the object what is the need of the object in java.
Answer Posted / avadhut rane
Object is needed to access a non static data member
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the 8 primitive data types in java?
How do you check if an arraylist is not empty?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Explain an algorithm to find depth of a binary tree.
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Can we use string in the switch case?
What is unicode used for?
Can we change the value of static variable?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is meant by method?
Does string is thread-safe in java?
What are "class access modifiers" in Java?
Can we serialize static variables in java?
What is the difference between JDK and JVM?
Does variable declaration allocate memory?