Diff. between Swing & HTML
Is there any difference between Swing & HTML forms?
Is there any difference between Swing & HTML forms?
Er, yes...
plz write that difference to me.
Hmm, they are so different, I hardly know, where to start...
HTML is a completly different technology than Swing. HTML is no programming language, it's used to specify webpages, which are normally interpreted and rendered by a browser.
Swing is a GUI framework in Java.
-Puce
There is no difference between Swing & HTML
> There is no difference between Swing & HTML
? Er, what?!
Then what is the differenec bet Applet & HTML
> Then what is the differenec bet Applet & HTML
About the same as the difference between Swing & HTML (see my response above)
But you can embed an Applet code into HTML .Then wat is the Diff.
As I said: an Applet is a GUI class/ framework in Java, HTML is not. When you embed it to a HTML page, the browser is able to run this Java Applet.