What is the different betwwen...

I'm a little confusing about a basic stuff in JAVA.. Say that i'm using theimplement keyword to use the Frame class in the AWT package.. Why i can't use theextends keyword like in an applet? Why not to useimplement with applet as well? what is really the defferent? TNX.

[304 byte] By [Shai-Softa] at [2007-11-27 11:37:00]
# 1

You extend classes.

You implement interfaces.

Please read this http://java.sun.com/docs/books/tutorial/java/IandI/index.html

cotton.ma at 2007-7-29 17:12:02 > top of Java-index,Java Essentials,Java Programming...