HttpServlet and GenericServlet
object class is a super class for all other class...
Yes. All sorts of web Applications/websites can be created using JSP and Servlets
Any members of a superclass which are declared as public or protected can be used by all subclasses.
java.io.Writer
import java.lang.Exception, the Exception class.
By using the reference super(); When you invoke super(); the JVM knows that you are trying to invoke the constructor from the parent class and calls the super class constructor automatically. In fact, the invocation to super(); is usually the first line of any class constructor. This is done to ensure that all the parent class objects are initialized before the current child class is created.
super
No. But, knowledge of Servlets would be an added advantage if you are learning JSPs
Super class in object oriented programming
No. I believe, servlets are much secure and more powerful than applets.
Of course not. They are all entirely fictional. But i suppose it depends what you class as super powers
J2SE stands for Java 2 Standard Edition and I dont think Servlets are a part of it. Servlets are only part of the Java 2 Enterprise Edition.