Skip to main content

Java Applets

What is  Java Applets ? 
Java applet is a applets which the users a byte code. It can in web browsers using a java virtual machine it was firstly introduced when the java language was published in 1995 for the web designers and web developers. Also it runs speed comparable to other language which are called as c++ which is many times faster than java script, also their is a 3d acceleration hardware for java. 

Java applets can executed for many browsers and many platforms like windows, Linux, mac and Unix and the java applets as an little application codes.Also this is a good advantage for when the user in offline mode so the user can write java script and render it in offline mode.Using java applets we can change the provided graphic content for the user this make the java applets more visualization.  And also there are java applets for studies and games for the users.  


History of java applets
java applet is a applets which the users a byte code. It can in web browsers using a java virtual machine it was firstly introduced when the java language was published in 1995 for the web designers and web developers.

Real Life Usage
There are many kinds of java applets in the internet for free download for the users. And the web developers and web designers can write java script and render it in offline mode also this is good advantage for web designer's. And the java script supports all kinds of browser's but the user has to install java run time environment in the browser. And here is a small example of a java applet:

<P>Here it is: <APPLET code="HelloWorld" WIDTH="200"
HEIGHT="40" ARCHIVE="example.jar">
This is where HelloWorld.class runs.</APPLET></P>


Browser Compatibility 

Most of the browsers support java applets but their should be a run time virtual machine for the browser. Most of the browsers are in built with java run time environment but other browsers they have not included so the user have to download for the internet to the browser.
 
Advantages

  • It's simple work with all platforms
  • Also the java applet works in all java versions
  • Java applets can move from the server to client
  • The applet supports naturally changing the users states
  • Java applets are fast and even similar performance 
 
Disadvantages
 
  • It requires a java plug in
  • Some organization does not allow java applet
  • Some applets require a specific JRE
  • Mobile which are apple os and android not support java applets
  • Java automatic installation fails some times 

    Comments

    Popular posts from this blog

    HTML Forms

    What is HTML Forms ? It allows the users to enter the data which is sent to server for processing. Web forms are resemble paper or database because the users are filling the forms using check box, radio buttons and text fields. Mostly web forms are used for filling forms, credit card details or shipping. Also their are many different types of forms in the internet with different kinds of styles. These web forms can used for inquiry and search bar for websites. Also we can make web forms using different programming languages those are HTML, Perl, PHP, Java, Java script or Net and it automatically adds themes, grids and minimum programming language also it's costs and risk able. Her is a sample for an PHP form < html > < body > < form action = "form_handler.php" method = "get" > User Name: < input name = "user" type = "text" / > < input type = "submit" / > < / form > ...