1. Home
  2. Computing & Technology
  3. Java
photo of Paul Leahy
Paul's Java Blog

By Paul Leahy, About.com Guide to Java

Try Building a Java Applet

Monday June 9, 2008

Last Monday, I was encouraging you to make your first Java program. This time I think it might be interesting to contrast developing a Java application for a desktop, with writing a Java applet.

When you build your first Java applet you will notice how the development process is similar to creating your first Java program. Both require the Java code created in a text file to be compiled and run. The main difference comes when the Java applet is ready for action; it needs to be referenced in an HTML page and run through a browser.

One thing is certain, creating a message displaying applet for a web page is just as simple as building the "Hello World" Java application!

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss
Community Forum
Explore Java
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Java

©2009 About.com, a part of The New York Times Company.

All rights reserved.