what is an object and how do you allocate memory to it?
Answer Posted / venkatesh
object is a run time entity.by using new keyword we can
allocate memory to it.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can you call a method on a null object?
If you do not want your class to be inherited by any other class. What would you do?
What is this keyword used for?
What are the important features of Java 8 release?
What is a parameter in simple terms?
What is the difference between the file and randomaccessfile classes?
What is the equal sign?
How can you handle java exceptions?
Is main an identifier?
What do you mean by inner class in java?
What is the difference between equals() and == in java?
How do you identify independent and dependent variables?
what is the difference between thread and runnable types? : Java thread
What’s a deadlock?
What is variable and rules of variable?