Hi friends.
What are applets in java.
What are the advantages of Applets over stanalone programs.
Please give me the better way to learning applets easy, because dificult to remembering.
Please help me.

Thanks & Regards
Jasonmark
Rxdrugonlinestore

Recommended Answers

All 4 Replies

also, based on this (and other threads I've seen you start), using google from time to time wouldn't hurt you.
here's a link to the official applet tutorials.

basically put: an applet is an application that runs in a web-browser.

Applets run in a web browser and can be a part of a website. Aside from some security scares, applets are a fine way to add dynamic content to a web page.

A stand alone application cannot be part of a website in the same way. It would at least be in its own window instead of part of a web page, though there might still be ways to get an application and a website to work together, since applications can use the internet.

@stultuske

basically put: an applet is an application that runs in a web-browser.

That is a much better way to put it :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.