Standalone application and Web application
Standalone application
- In Standalone application the networks is not applicable
- Command prompt is required like DOS console
- Creation, compilation, execution and output all are completed on a single system only
- Program executed starts from main function onwards
Example:- C,C++
Web application
- In web application networks is complusory
- Web browser is required like IE(Internet Explorer )
- In web applications creation compilation is on server side and execution and output both are done by client side
- Program execution Starts from int() function onwords
Example:- JAVA, .NET
- The application which is executed inside the web browser such applications are called as web application
- Web applications are also called as internet applications /modern applications
- web applications are GUI applications they are involving by 2 technologies
Back end technologies
Front end technologies
> These applications are used to take the input from the user as well as display the output
>The system which is used to take the input from the user, such system are called as client systems
Examples- HTML,JAVA,.NET,VB(Visual Basic)
Back end technologies
>These applications are used to store the DATA / Maniculating the data
>Generally these systems are called as server system
A server system is used for receiving the request and sending the response
Example - ORACLE,MYSQL etc.....
No comments:
Post a Comment