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.

