Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain role of constructor in a java application?

Answer Posted / sindhura

A constructor in java has the same name as that of the
class. Whenever the statement such as classname objectname
is encountered, it calls the constructor to initialise the
values for the object. It doesnot return anything and as
soon as the object is created constructor would be called.

ex. : if there is a class called A

A a = new A();
here A a statement would call the constructor immediately
to initialise the values for a object.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between nested and inner classes ?

1064


Say any two properties in beans?

1024


Write a program to show whether a graph is a tree or not using adjacency matrix.

1044


Explain the difference between an object-oriented programming language and object-based programming language?

937


What is classname class in java?

995


Why is it called buffering?

1065


Is map sorted in java?

1015


Can we have any code between try and finally blocks?

973


How to set the permissions to a file in java?

946


What is the difference between char and char *?

1017


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

933


Which is better arraylist or vector?

979


Explain constructors and types of constructors in java.

1045


Can we increase array size dynamically in java?

901


What are different ways of object creation in java ?

1026