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
Explain the features of interfaces in java?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Explain the features of java?
Can I uninstall java?
Is java call by value?
Is string an object?
What is array sorting in java?
What is the syntax and characteristics of a lambda expression? Explain
What are wrapper classes in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Why do we use predicate in java?
What is method overloading in java ?
What is the largest long allowed by java?
How do you sort arrays in java?
why are there separate wait and sleep methods? : Java thread