What is super class of Action and ActionForm?

Showing Answers 1 - 8 of 8 Answers

Srinivas

  • Mar 23rd, 2006
 

Object is the super class for Action and ActionForm.

Action is a class and ActionForm is an abstract class.

  Was this answer useful?  Yes

Mahesh Vasudevan

  • Mar 23rd, 2006
 

Though there is no immediate super class for Action and Action Form ,Object remain super class of all classes

  Was this answer useful?  Yes

maheshv

  • Mar 23rd, 2006
 

Though there in no immediate super class for Action and Action Form, Object remains the super class of all classes

  Was this answer useful?  Yes

REDDY

  • Mar 27th, 2006
 

Object is super class for Action and ActionForm.

  Was this answer useful?  Yes

harshgupta

  • Apr 7th, 2006
 

Hi

1) There is no immediate super class of Action and ActionForm

2) Think of it, u defined a class like this :-  public class Calculate{}

3) So for every class defined like this Object is the base class

4) ActionForm is abstract class with no abstract methods in it while Action is Concrete class

Regards

Harsh Gupta

  Was this answer useful?  Yes

kiranvennampelli

  • Apr 26th, 2006
 

Yes the Object is the Super class for the Action and the ActionForm classes

  Was this answer useful?  Yes

Chaitanya

  • May 30th, 2007
 

Object is the super class for Action and ActionForm as there are no immediate super classes .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions