Computer Science, asked by bhagyashrigupta, 1 year ago

what is the difference  between applications and applets ? 

Answers

Answered by moutusi29
1
Application runs on its own with the help of virtual machine and applets run under browser using internet
Answered by GauravJangra
4
1.) Applets don't have the main() method as in application. instead they operate on an entirely different mechanism where they are initialized by inti(),started by start() etc.

2.) applets works under some restriction while application works freely.

3.) Applets can be embedded in HTML pages and downloaded over the internet whereas applications have no special support in HTML for embedding or downloading.


GauravJangra: mark as best iff u got ur answer pls... pls....
GauravJangra: hey......thanks
Similar questions