answersLogoWhite

0

Why you use web application?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

web applications is easy to use and access the websites..its very secure..

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why can traditional network security devices not be used to block web application attacks?

web application attacks use Web Browsers that cannot be controlled on a local computer


Is it advantageous to use application software on the Web?

yes


What is an application programexplani how an applicationcan beaddremovedfrom apc?

web application development web application development web application development web application development


What is an application similar to web usability?

An application similar to web usability is Facebook. It requires the web in order for persons to use the program. Many gaming sites are applications of this nature as well.


What is advantage of a web-based application compared non web-based application?

A web based application allows a user to use the software without having to store or process data on their own machine. This is known as cloud computing.


What is an application we use to view Web pages and to find our way around the Web?

We use a web browser - I'm using Mozilla Firefox on my computer. (Other Web Browsers are also available!)


What is meant by vb net framework?

Vb(visual basic) is the language support by a .Net framework.we can use the vb as a windows application and web application and use the many application we can create.


A vulnerability of web based application?

what a vulnerability of web based application


What is An application we use to view Web pages and to find our way around the Web. Blank?

We use a web browser - I'm using Mozilla Firefox on my computer. (Other web browsers are also available!)


What is a callback URL?

A "callback URL" is the web address an API needs to send information for use in a different web site. For example, a web developer is building a web application for use in conjunction with another web service's API (such as Facebook or Last.fm). The application is hosted on the web developer's server, and the other web service stores the callback URL so that it knows where to send information when it is requested by the developer's application. See Also: http://en.wikipedia.org/wiki/Callback_(computer_science)


when a user develops an application what type of application is that?

progressive web


Why use servlets in web application and explain the reasons for the same?

Servlets are the heart of any J2EE web application. It acts as the Controller in the MVC architecture driving the whole functionality of the web application. It acts as the single point of control on the whole application. All business functionality either resides inside the servlet or the servlet knows where to pick up the logic for every action the user performs on the page. They are simple, easy to use, feature packed and are the heart of any web application.