Types of java program :- There are two types of java program
1.Applets :- {Program that are embedded in a web page ( HTML).
2. Application :-Program that are written for a specific application and run on any machine that supports java.
Now the Application program can be further divided into two parts :-
(A) Console Application :- Program that support I/O in text format ( Like C/C++).
(B) GUI Application :- Programs that can create and manage at multiple windows and GUI provide mechanism of a window based program
1.Applets :- {Program that are embedded in a web page ( HTML).
2. Application :-Program that are written for a specific application and run on any machine that supports java.
Now the Application program can be further divided into two parts :-
(A) Console Application :- Program that support I/O in text format ( Like C/C++).
(B) GUI Application :- Programs that can create and manage at multiple windows and GUI provide mechanism of a window based program
Comments
Post a Comment
Please share your experience.....