Home Tutorial Java Certification Constructor in java

 
 

Constructor in java
Posted on: July 1, 2010 at 12:00 AM
Click on following link to know all about constructor in java.

When you create a new instance (a new object) of a class using the new keyword, a constructor for that class is called. Constructors are used to initialize the instance variables (fields) of an object. Constructors are similar to methods, but with some important differences.

For more details click on the following links

Constructor in Java

Related Tags for Constructor in java:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.