1. for the standard edition the classes are java.* (like java.awt.* java.io.* etc) and also there are javax.* (like javax.swing, javax.accessibility etc
But for the EE ie enterprise edition there are only javax.activation, javax.mail etc etc
so what exactly is this javax ?
-----------------------------------------------------
2. for writing and running
servlets what api do we need to
install ? EE enterprise or SE standard edition ??
sun's
java web server contains appropriate module that can run servlets... right ? So one needs such a module to run the servlets ?