Java Web Pages

Java Web Pages

Java Web Pages

Java is used everywhere from mobile phones to web sites. It is the fact that Java is an object oriented programming language that makes it so easy to use over such a wide range of situations. The programmer actually needs to know very little about technicalities of hardware that or, for example, how to display text on a web page.

They just need to know which classes to use in their Java program and then how to call their application. In the case of a web page that's done by using applets.

A web page applet is simply a program embedded in the web page. Fortunately a programmer does not need to understand how an applet works. All they have to do is to: