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
What is communist flag?
What if static is removed from main method?
What is the difference between length and length() method in java?
What is variable explain?
Define packages in java?
What is the use of using enum to declare a constant?
What is == and === in javascript?
What is string pooling concept?
If you do not want your class to be inherited by any other class. What would you do?
What is the difference between preparedstatement and statement in java?
What is object-oriented paradigm?
How much ram can a 64 bit processor theoretically?
Difference between notify() method and notifyall() method in java?
List some features of the abstract class.
Explain a few methods of overloading best practices in java?