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

i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.

2 Answers   CTS, TCS,


What's the purpose of execute method of action class?

0 Answers  


Does Struts2 action and interceptors are thread safe?

0 Answers  


Explain about the library tag?

0 Answers  


life cycle of struts?

14 Answers   HCL, iGate, Scope International,


What is role of actionservlet?

0 Answers  


Is struts thread safe?

4 Answers   HCL, Mphasis,


Which class of struts is responsible to converts data types from string and vice versa?

0 Answers  


How you will enable front-end validation based on the xml in validation.xml?

0 Answers  


In struts, how can we access java beans and their properties?

0 Answers  


Struts follows which design patterns?

4 Answers   IGT,


How tag libraries are defined in Struts?

0 Answers  


Categories