answersLogoWhite

0

HttpServlet and GenericServlet

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is object class in java?

object class is a super class for all other class...


Can you create web forums using jsp and servlets?

Yes. All sorts of web Applications/websites can be created using JSP and Servlets


What portions of a super class can be used by subclass?

Any members of a superclass which are declared as public or protected can be used by all subclasses.


Which abstract class is the super class of all classes used for writing characters?

java.io.Writer


What is the super class that handles all runtime exceptions?

import java.lang.Exception, the Exception class.


How is a constructor in the super class called?

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.


How do you invoke an overwritten super class from the sub class?

super


Is it mandatory to learn servlets before JSP?

No. But, knowledge of Servlets would be an added advantage if you are learning JSPs


Which class includes all the others?

Super class in object oriented programming


Is it true that applets are more secure than servlets?

No. I believe, servlets are much secure and more powerful than applets.


Is there anyone who has ever had real super powers before?

Of course not. They are all entirely fictional. But i suppose it depends what you class as super powers


Is j2ee servlet development kit useful for developing servlets in j2se?

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.