Domanda di colloquio di Haileo Technologies

What is the main class in java?

Risposte di colloquio

Anonimo

29 set 2016

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

2

Anonimo

11 lug 2019

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

Anonimo

11 lug 2019

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

Anonimo

11 lug 2019

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

Anonimo

11 lug 2019

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

Anonimo

19 ago 2019

In java class will have atleast one main method

Anonimo

12 ago 2022

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