what is an object and how do you allocate memory to it?
Answer Posted / shilpi
object is intance of class whicch use to access data member and data funtion of class.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why does java have two ways to create child threads?
What is the Difference between Final Class && Abstract Class?
What is a functional interface?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What happens if an exception is not handled in a program?
What is the difference between I ++ and ++ I in java?
What is the role of the java.rmi.naming class?
What are the types of methods in java?
How to create a fecelet view?
What is double parsedouble in java?
Is hashmap thread safe?
How to set the permissions to a file in java?
What methodology can be employed to locate substrings inside a string?
What is a generic code?
How do we access static members in java?