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
Give the hierarchy of inputstream and outputstream classes.
What is the difference between notify and notifyall method?
Is it possible to use string in the switch case?
What is the program development process?
What's the default access specifier for variables and methods of a class?
What is the use of string and stringbuffer?
Is arraylist dynamic in java?
what are the high-level thread states? : Java thread
Why we use protected in java?
What is the need of transient variables in Java ?
Are arrays dynamic in java?
What is java lang object?
What is stack example?
How will you serialize a singleton class without violating singleton pattern?
When should we create our own custom exception classes?