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


Please Help Members By Posting Answers For Below Questions

Why does java have two ways to create child threads?

654


What is the Difference between Final Class && Abstract Class?

817


What is a functional interface?

726


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

785


What happens if an exception is not handled in a program?

824


What is the difference between I ++ and ++ I in java?

697


What is the role of the java.rmi.naming class?

702


What are the types of methods in java?

756


How to create a fecelet view?

754


What is double parsedouble in java?

730


Is hashmap thread safe?

749


How to set the permissions to a file in java?

728


What methodology can be employed to locate substrings inside a string?

706


What is a generic code?

711


How do we access static members in java?

818