what is an object and how do you allocate memory to it?
Answer Posted / devarathnam
Hi... An object is nothing but instance of the class,or
basic run-time entity.By using "new" operator we can
allocate the memory of an object
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is jvm? How its run?
What are the advantages of inner classes?
What are the classes of java?
Can extern variables be initialized?
What is bytecode verifier?
What are triggers in DB? Explain their types. How do they work?
What are the java ide’s?
Can we write a class without main method in java?
Can we have multiple classes in a single file?
Explain the access modifiers for a class, method and variables?
What is nextline method in java?
What is the difference between final, finally and finalize()?
What is the size of int?
How do you use wildcards?
what is the messsage u r going to get from an objectoriented programing?