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 meant by nested loop?
How do you reverse a string in java without using string buffer?
Explain about oops concepts.
Explain the access modifiers for a class, method and variables?
Give an example of use of pointers in java class.
What is double word?
What do you mean by constructor?
What is difference between float and double?
Can you override private or static method in java?
What is the purpose of a parameter?
Can we change the scope of the overridden method in the subclass?
What is a modifier?
What is the basic concepts of OOPS?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is the difference between superclass and subclass?