Diff. between Swing & HTML

Is there any difference between Swing & HTML forms?

[62 byte] By [poojanegia] at [2007-11-27 11:40:52]
# 1

Er, yes...

Pucea at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 2

plz write that difference to me.

poojanegia at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 3

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

Pucea at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 4

There is no difference between Swing & HTML

Pooja_Mahaka at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 5

> There is no difference between Swing & HTML

? Er, what?!

Pucea at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 6

Then what is the differenec bet Applet & HTML

Pooja_Mahaka at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 7

> Then what is the differenec bet Applet & HTML

About the same as the difference between Swing & HTML (see my response above)

Pucea at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 8

But you can embed an Applet code into HTML .Then wat is the Diff.

Pooja_Mahaka at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...
# 9

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.

Pucea at 2007-7-29 17:34:25 > top of Java-index,Desktop,Core GUI APIs...