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
Are arrays immutable in java?
What is the byte order of byte buffer?
What is an infinite loop in java? Explain with an example.
how to run ecllipse with jettyserver for windows environment using batch file
What is instance means in java?
How do singleton patterns work?
how does the run() method in runnable work? : Java thread
What are the different collection views provided by maps?
If a method is declared as protected, where may the method be accessed?
Why is the main method static?
What are java packages? What's the significance of packages?
Is it possible to use string in the switch case?
What is overriding in java?
What is constructor chaining and how is it achieved in java?
explain local datetime api in java8?