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 are recursive functions?
What is the size of arraylist in java?
How can we make a class virtual?
What is a stringbuffer?
Which is fastest collection in java?
Which list does not allow duplicates in java?
Can variables be used in java without initialization?
Give the hierarchy of inputstream and outputstream classes.
Can I declare class as static or private?
What state is a thread in when it is executing?
How will you call an Applet using Java Script Function?
What is bitwise complement?
Explain the significance of listiterator.
What is difference between throw and throws ?
What is the basic of java?