Can we write Structs application without using Action Class
directly or indirectly(extends Action class)

Answers were Sorted based on User's Feedback



Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / naveen kumar t

No we cannot . since action servlet is the controller in
struts application which is the super class of Action Class.

Is This Answer Correct ?    10 Yes 3 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / suman rumalla

no

Is This Answer Correct ?    4 Yes 1 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / deepthi

yes we can write a struts application without using Action
class in struts 2.0.In struts 1.2 it is not possible because
it is API dependendent.

Is This Answer Correct ?    2 Yes 0 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / akhilesh

Since all Action classes like
ForwardAction,IncludeAction,DispatchAction are sub classes
of Action class so in struts1.1 its not possible but Struts2
Action class has obsolete so we can..

Is This Answer Correct ?    1 Yes 0 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / raja

Nio We cannot write

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Struts Interview Questions

How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?

1 Answers   Allied Digital,


What is struts in java with example?

0 Answers  


What types of Actions we have in Struts?

3 Answers   TCS,


What is the naming convention for a resource bundle file in struts2?

0 Answers  


Is form beans are serializable or not?

11 Answers   College School Exams Tests, Magna Infotech,






When wil use singleton class in Struts

7 Answers  


Why actionservlet is singleton in struts?

0 Answers  


What is the purpose of @key annotation annotation?

0 Answers  


Main reasons for using servlet as a controller in struts. why not jsp

5 Answers  


What are the main classes which are used in struts application?

0 Answers  


What is the differnce between 2-tier architecture and 3- tier architecture in java?

3 Answers  


Can i use constructor in Action Class?If yes how?

8 Answers  


Categories