+ 1
what is the syntax for creating a constructor in java?
constructor
8 ответов
+ 5
Nithish A constructor in java is like a method (but not actually a method). The constructor has the same name as the class, and it is invoked automatically when an object is instantiated. In other words, when you use the new keyword. A constructor does not return any value. Whenever we are creating an object by use of a new keyword then it invokes the constructor and allocates some memory for the object in heap memory.
For more details with example: https://javagoal.com/constructor-in-java/
+ 1
can you explain me with any example sir
+ 1
no sir
I study in online classes door java
I only know basics
+ 1
ok sir thank you
0
Php comments puriyala please enna ku solu ka