employer cover photo
employer logo
employer logo

Haileo Technologies

Is this your company?

Haileo Technologies interview question

What is the main class in java?

Interview Answers

Anonymous

Sep 29, 2016

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

2

Anonymous

Jul 11, 2019

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

Anonymous

Jul 11, 2019

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

Anonymous

Jul 11, 2019

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

Anonymous

Jul 11, 2019

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

Anonymous

Aug 19, 2019

In java class will have atleast one main method

Anonymous

Aug 12, 2022

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