The Java technology is
- A programming language
- A development environment
- An Application environment
- A deployment environment
You can create all kind of aaplication using Java Technology similar to that of conventional programming language. Java technology applications are are standalone programs and donot need web browser to execute. It can run on any machine where JRE(java runtime environment) is installed.
What are applets?
Applets are programs written in Java that resides on webservers,are downloaded by a browser to client's machine and are run by that browser. They are usually small in size which minimizes download time and are invoked by HTML web page.
No comments:
Post a Comment