Pregunta de entrevista de Tata Consultancy Services

What is constructor in java?

Respuesta de la entrevista

Anónimo

29 nov 2021

Constructor is special type of method which name as same as class name which is used to create object of class.