what is applets in java?

Discussion in 'JavaScript' started by bulochc83, Jul 22, 2010.

  1. #1
    suggest me........
     
    bulochc83, Jul 22, 2010 IP
  2. Alexandros1

    Alexandros1 Peon

    Messages:
    332
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Applet is java program that can be embedded into HTML pages. Java applets runs on the java enables web browsers such as mozila and internet explorer. Applet is designed to run remotely on the client browser, so there are some restrictions on it. Applet can't access system resources on the local computer. Applets are used to make the web site more dynamic and entertaining.
     
    Alexandros1, Jul 25, 2010 IP
  3. hauntin

    hauntin Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    applet is a java program that runs on the client machine. It can be used in html pages much like your images. A applet may or may not contain a main() program. It is designed to perform one specific task. Applets will not be able to access your data in your system.
     
    hauntin, Jul 30, 2010 IP