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
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the base class of all exception classes?
Why is stringbuffer called mutable?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Mention a package that is used for linked list class in java.
What is void data type?
How many types of memory areas are allocated by jvm?
Explain inner classes ?
What is meant by design patterns?
If two threads have same priority which thread will be executed first ?
What is a two-pass assembler?
Define an applet in java?
What is thread start?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is the loop in java?