Showing posts with label first program in java. Show all posts
Showing posts with label first program in java. Show all posts

Monday, December 19, 2016

JAVA Programming Format

JAVA Programming Format:

--------------------------------------------------------------------------------------------------------------------------

To design JAVA application, we have to use the following structure:

First java program
JAVA Programming Format


1. Comment Section
2. Package Section
3. Import Section
4. Classes/interface Section
5. Main class Section

The Detailed description will be in the following posts. Bookmark or Subscribe to get updated.