JavaForBeginners

Working with Data Types

  1. Open the eclipse IDE installed earlier and go to the file menu.
  2. Select new and then other.
  3. In the dialogue window search field, enter class and select the result.

  4. In the new window, enter a name that starts with a capital letter

  5. In the sections with the heading that reads: ‘which method stubs would you like to create?’ select public static void main(String[]args)

  6. Accept any pre-selected options and click finish.

  7. Class you created will look similar to this: