Web Application Very Short
Web Application Very Short
ANS. A namespace is a simple global object that is used to hold methods, properties, and other object
in them. It add ease of use via modularity , thereby providing user with the ability to reuse the code and
avoid name conflict.
Ans. A web application is a software that run in your web browser . business have to exchange
information and deliver services remotely. They use web browser to connect with customer
conveniently and securely.
3. Define portal .
Ans. A portal is a web based platform that collect information from different sources into a single user
interface and present user with most relevant information for their content.
4. What is cookies?
Ans. A cookie is a text file that a web browser stores on a user machine. A cookie is an small piece of
data sent from website and stored on user computer and store on user web browser while the user
is browsing . to remember the user browser activity.
5. Define DOM
Ans. The document object model (dom) is an application programming interface for html and xml
document . it defines the logical structure of document and the way a document is accesed or
manipulated . when a web page is loaded then the browser create a (dom)
Ans. A web based application runs on a server and communicates to the user through web browser .
1. The first and the foremost diff b/w window and web application , window application installed
on the window based operating system. Where as the web application installed on the web
server.
2. Window application can only accessed from the system in which it is installed. A web application
can be accessed from any system by internet.
3. Use need an internet information service (IIS) server to run the web application. Windows
application can execute directly by executed on a windows operating system.
7. What are the diff type of component involved in URL.
Ans. A URL usually consist of the following component ; protocol , domain, path, hash, and query
string.
Protocol is the technology that will be used to transfer the data usually http, https.
Domain is the domain name, ex teliam.com
Path relate to section and page on the site.
Hash relate to section within the page.
Query string contain the data that is passed to the page.