Pregunta de entrevista de Haileo Technologies

What is the main class in java?

Respuestas de entrevistas

Anónimo

29 sept 2016

The class which has main method is called main class of java.

2

Anónimo

11 jul 2019

In java you need to have a method named main in at least one class

Anónimo

11 jul 2019

In Java, you need to have a method named main in at least one class.

Anónimo

11 jul 2019

In Java, you need to have a method named main in at least one class.

Anónimo

11 jul 2019

In Java, you need to have a method named main in at least one class.

Anónimo

19 ago 2019

In java class will have atleast one main method

Anónimo

12 ago 2022

The execution starts from main method. Without main method no execution of code is done .