Eclipse- Write a Java Program:

--

INSTALL ECLIPSE:

CREATE A JAVA PROJECT:

File → New → Java Project

PROVIDE THE PROJECT NAME:-

Give some meaningful Project Name and Finish it.

NOW THE NEW PROJECTS WILL SHOW UP:-

Right Click the src folder and create a NEW Class

Fill the Class Name details:

( Choose the method type if applicable )

Then, FInally the Java class file is created:

--

--