Java & JavaEE5

Tutor

java Awt Notes

Download small Media library Project in java Media library Project User Interface Componect Classes A awt package contains a number of component classes that are typical elements of any interactive user interface.it is also called UI componect classes. Methods setSize(Dimension d) Resizes the corresponding component so that it has width d.width and height d.height setSize(int […]

Java data compression

introductionDo you need the ability to add data compression to your enterprise application? Well, look no further because Java 1.1 provides a package for zip-compatible data compression. The new package, java.util.zip, allows software developers to read, create, modify and write PKZIP and GZIP compatible files. This article will provide step-by-step examples for reading data from […]

Servlet Applet Communication

Introduction Java servlets provide a new and exciting method of developing server-side solutions. Servlets provide the features of traditional CGI scripts with the added benefits of efficiency and portability. Currently, major corporations are making the migration from CGI scripts to Java servlets. As a result, the demand for applet and servlet communication is on the […]