Please enable JavaScript.
Coggle requires JavaScript to display documents.
CHAPTER 1 (Java EE provides API and runtime environment for developing and…
CHAPTER 1
Java Virtual Machine is a program for a particular hardware and software platform that runs Java technology applications
-
API is a collection of software components that can use to create other software components or applications.
Java EE provides API and runtime environment for developing and running large-scale,multi-tiered,scalable,reliable and secure network applications
-
-
-
-
Java Enterprise Platform
-
-
Presentation Logic
-
Passes the information which is given by the user in terms of keyboard actions, mouse clicks to the Business Layer.
-
-
-
HTML For Client Side
Hypertext Markup Language is the language that the browser renders to the web pages that make up a web application’s user interface.
-
-