7.5 Constructor Example in Java

Published: 17 March 2015
on channel: Telusko
146,065
677

Constructor in java is a special type of method that is used to initialize the object.

Java constructor is invoked at the time of object creation. It constructs the values i.e. provides data for the object that is why it is known as constructor.

name of constructor in Java must be exactly same with the class on which you declare constructor,

A class in Java can have as many constructor as it and that is called constructor overloading in Java but signature of two constructor must not be same.

constructor in Java doesn't have return type

Every Class in Java has constructor, if no explicit constructor is specified by Programmer, Java Compiler inserts a no argument constructor inside class.
This is also called default Constructor in Java

You can use any access modifier with Java constructor. they can be public, protected or private. Default or no argument
constructor has same access modifier as class. You can also prevent a class from extension by making there constructor private.

Constructor in Java can not be abstract, static, final or synchronized

Constructor of parent class is executed before constructor of child class

there is no destructor in Java
Check out our courses:

Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4
Coupon: TELUSKO10 (10% Discount)

Spring Boot 3 and Spring AI - Live Course :- https://go.telusko.com/spring3springAI
Coupon: TELUSKO10 (10% Discount)

Master Java Spring Development : https://go.telusko.com/masterjava
Coupon: TELUSKO20 (20% Discount)

For More Queries about Course, WhatsApp or Call: +919008963671

website : https://www.telusko.com/

Instagram :   / navinreddyofficial  
Linkedin :   / navinreddy20  
TELUSKO Android App : https://bit.ly/TeluskoApp
TELUSKO IOS App : https://apple.co/3SsgmU2
Discord :   / discord  

Subscribe to the channel and learn Programming in easy way.

Java Tutorial for Beginners: https://goo.gl/p10QfB
C Tutorial Playlist : https://goo.gl/8v92pu
Android Tutorial for Beginners Playlist : https://goo.gl/MzlIUJ
XML Tutorial : https://goo.gl/Eo79do
Design Patterns in Java : https://goo.gl/Kd2MWE
Socket Programming in Java : https://goo.gl/jlMEbg
Spring MVC Tutorial : https://goo.gl/9ubbG2
OpenShift Tutorial for Beginners : https://goo.gl/s58BQH
Spring Framework with Maven : https://goo.gl/MaEluO
Sql Tutorial for Beginners : https://goo.gl/x3PrTg
String Handling in Java : https://goo.gl/zUdPwa
Array in Java : https://goo.gl/uXTaUy
Java Servlet : https://goo.gl/R5nHp8
Exception Handling in Java : https://goo.gl/N4NbAW


On this page of the site you can watch the video online 7.5 Constructor Example in Java with a duration of hours minute second in good quality, which was uploaded by the user Telusko 17 March 2015, share the link with friends and acquaintances, this video has already been watched 146,065 times on youtube and it was liked by 677 viewers. Enjoy your viewing!