Click to See Complete Forum and Search --> : What all should I know


vijaybhatia
January 13th, 2001, 10:20 AM
Can somebody please tell me whether I must know AWT, Swing and I/O to start programming Servelets.
I am an ASP programmer and have learnt core java.

Vijay

Geert Arys
January 13th, 2001, 03:20 PM
Hi,

You must know I/O (java.io.*) and, of course, the servlet packages.
However, because servlets uses HTML for output, it is not necessary to know about Java's Window GUI facilities: AWT and Swing.

Only if you were to put an applet reference in your generated HTML page, then you'll also have to know about AWT and Swing.

Regards,
Geert Arys