Sollicitatievraag bij Haileo Technologies

What is the main class in java?

Antwoorden op sollicitatievragen

Anoniem

29 sep 2016

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

2

Anoniem

11 jul 2019

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

Anoniem

11 jul 2019

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

Anoniem

11 jul 2019

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

Anoniem

11 jul 2019

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

Anoniem

19 aug 2019

In java class will have atleast one main method

Anoniem

12 aug 2022

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