what is an object and how do you allocate memory to it?
Answer Posted / shilpi
object is intance of class whicch use to access data member and data funtion of class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Differentiate between array list and vector in java.
5 Coding best practices you learned in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are the different ways of creating thread?
Can a static block throw exception?
what is method reference in java 8?
What should I import for arraylist in java?
Can we compare two strings in java?
What is the use of conditional statement?
What is finalize method?
What is return data type?
How does finally block differ from finalize() method?
How java enabled high performance?
What is the method to expand and collapse nodes in a jtree?
What is method reference in java?