what is a java standalone application
Answers
Answered by
5
Answer:
Explanation:
A standalone application is one that can be executed independently and would execute and produce some output either as a UI or on the JVM console. Any java class with a main method can be considered a mini standalone java application.
Applications that are installed on desktop computers are called standalone application.
Example :
1.Vlc media player
2.Adobe photoshop
3.Notepad++
4. Google chrome
There are three types Java based applications.
1. Stand alone application
2. Web Application
3. Enterpise Application
sagarsarkar35:
u copied the whole thing from google
Answered by
0
A java standalone application.
- a computer programme that functions independently of other computer processes and is not an extension of them. A standalone software is one that can execute independently of the services provided by the operating system. a portable application that can be used without needing to be installed.
- An programme that runs locally on the device and is self-contained is referred to as a standalone application. The programme contains all of the logic, so neither an internet connection nor any additional services need be installed.
- A stand-alone programme, also referred to as a freestanding programme, is a piece of software that operates entirely on the target processor's hardware without the aid of any extra modules, functions, libraries, or programmes.
- While a web application runs on a server and a standalone software uses your resources, your system renders the results. An application that is kept on a distant server is known as a web application.
- For data or resource transfer, it needs the internet and a web browser to function. A desktop application, on the other hand, is a programme created for standalone computers and doesn't depend on the internet to function.
#SPJ3
Similar questions