InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about web applications? |
|
Answer» A WEB application (or web app) is application SOFTWARE that runs on a web server, as OPPOSED to computer-based software APPLICATIONS that run locally on the device's operating system (OS). To ACCESS web applications, the user must utilise a web browser with an active network connection. The user ("client") accesses services from an off-site server hosted by a third party in these applications, which are designed on a client and server architecture. Regularly used web applications include webmail, online retail shopping, and online banking. |
|