Showing posts with label java structure. Show all posts
Showing posts with label java structure. Show all posts

Wednesday, December 28, 2016

Java Language Fundamentals

Language Fundamentals:

----------------------------------------------------------------------------------------------------------------
Java has provided the following language fundamentals to prepare applications:

1. Tokens
2. Data Type
3. Type Casting
4. Java Statement
5. Arrays

NOTE: The descriptions of all the fundamentals are in following posts, i also attached the links of the corresponding post with the fundamental name, you can directly click on name and go on that post.


You may also like: ---->  Difference between & and &&

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.