There are four type of application can be created by using Java Technology. Let's discuss this today one by one.
I hope this post is helpful in understanding type of Bots. If you have any questions, feel free to comment it below. Happy Learning.. :-)
Standalone Application:
Standalone applications are traditional software that are installed on each client system. Essence Computing only develops platform-independent applications, so that the user can use any Operating System of their choice on the system. The data can optionally reside on a Central server, so that the users get synchronized data. For example, in an office with 30 systems, standalone application needs to be installed on each of these 30 systems. However, if there is a central server in the office, data can be stored in that system, to which each of the application will connect to. This way, all the 30 systems get up-to-date data on their application in real time.Web Application:
A Web application can be defined as an application that can be accessed through the Internet using a Web browser. You must have interacted with some Web apps that process your input data and provide you with required information. For example the official Web sites of Different banks provide information about clients and their accounts, in addition to allowing different transactions online. In other words, we are talking about a Client-Server based application that runs on a server and is accessed by multiple client computers.Enterprise Application:
In general, enterprise application software is large-scale software that is aimed to support or solve the problems of an entire organization. This large-scale software allows for several different user roles, and the roles define the actions a specific user can perform.Mobile Application:
It is a program created to run mobile , now days mobile has operating system. These programs help native user to perform daily tasks very easily. It is interface to communicate with Mobile Operating Systems to perform simple to complex task. It is same as program we see on our computer/laptop but the way it work is bit different on mobile.
I hope this post is helpful in understanding type of Bots. If you have any questions, feel free to comment it below. Happy Learning.. :-)