TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Java Tutorials

Java Web Application

Overview

Java web application is a server-side application that runs on a web container/web server and provides service to multiple clients on the Internet. Clients can access the web application from anywhere on the Internet using the web browser.

Web Application

A web application is a collection of passive( or static) and active web resources. A web container is software that is built into the web server that takes care of the life cycle of the web resources.

Web Browser

A web browser is a client software program that is used to access the web application across the network or on the Internet. The web application pages are displayed on the web browser. The protocol used in the communication between the web browser and the web application is HTTP/HTTPS protocol. The HTTP protocol is by default stateless protocol.

Web applications overcome many problems associated with Java standalone or desktop applications.

Java Web technologies

The key Java web technologies are:

  • Java Servlets
  • Java Server Pages(JSP)

Java servlet is a java class that runs on the web server that provides the service to multiple clients across the computer network.

—

Java Tutorials

Java Tutorial on this website:

https://www.testingdocs.com/java-tutorial/

For more information on Java, visit the official website :

https://www.oracle.com/java/

Related Posts

Download Greenfoot Windows

Java Tutorials /

Download & Install Greenfoot on Windows

Java Tutorials /

Java Static Code Analysis

Java Tutorials /

Java Testing Tools

Java Tutorials /

Handle Multiple Exceptions in Java

Exceptions_In_Java

Java Tutorials /

Exceptions in Java Programs

‹ Java FileOutputStream Class› Hibernate ORM Tool

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com