What is an object in Java and what are its benefits?
Answer Posted / amit
In Java,The object will have its own state and access to all of the behavior defined by the class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When is the finalize() called? What is the purpose of finalization?
What is the difference between abstract class and interface1? What is an interface?
When can you say a graph to be a tree?
What is the benefit of inner classes in java?
What are different types of constants?
What access modifiers can be used for class ?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Is java a virus?
Explain about automatic type conversion in java?
What is indexof?
What is final?
What is parsing and its types?
Why java is a platform independent? Explain
What is the size of boolean variable?
What is thread start?