1 / 1

Types of Java Applications

https://www.sevenmentor.com/java-training-classes-in-pune.php

Priyal3
Download Presentation

Types of Java Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Types of Java Applications There are four types of Java applications. 1. Standalone Application Standalone applications are also known as desktop applications or window-based applications. These are traditional software that we need to install on every machine. Once installed, we can access it locally. Standalone applications can perform various tasks such as creating a text file, excel file, playing a video, or audio, connecting to the database, etc. We can develop standalone applications using IDE tools such as NetBeans, Eclipse, IntelliJ IDEA, etc. Java Classes in Pune Advantages: It can run without an internet connection. It is more secure as compared to web applications. It is fast and can work offline. It supports a wide range of functionalities. Disadvantages: It requires more memory as compared to web applications. It is difficult to update the application. 2. Web Application As the name suggests, a web application is an application that runs on the server side and generates a dynamic page as a response. A web application is accessed using a web browser. It can be of any type such as e-commerce websites, social networking sites, email clients, online reservation systems. Java Classes in Pune

More Related