JAVA NOTE-2
What is Application?
- It is a collection of programs called as Application.
- We are having three types of application:
- Stand Alone Application.
- Web Application.
- Client Server or Mobile Application.
i) Stand Alone Application:
Any application which can be accessible in the single device and doesn't require any additional features.
Characteristics:
- Installation required.
- Internet not required.
- Data stored locally(Database not required).
For example: Calculator, Paint, etc...
ii) Web Application:
Any application which can be accessible through browser.
Characteristics:
- Installation not required.
- Internet required.
- Data stored globally(Database required).
For example: Instagram website, Amazon website, etc...
iii) Client Server Application:
Any application which can be accessible through client application.
Characteristics:
- Installation required.
- Internet required.
- Data stored globally(Database required).
For example: Instagram app, Amazon app, etc...
Next>>JAVA NOTE-3
Previous<<JAVA NOTE-1
Comments
Post a Comment