-
-
-
-
-
-
-
-
-
Can we use any other technology than JSP to construct a view ?
Yes, other than JSP we can use Swing, JSF, Cocoon etc as a front end for our struts application. Here is a link to the article for using struts with swing as front end
-
-
Sub Class of Action Class
class A extends ActionSupport{ }class B extends A{}Is B also acts as an action class or not? Explain
-
-
Insert and Retrieve Images
How to insert and retrieve images in STRUTS through MySQL database and how to get path of image (or file) from local system?
-
-
-
-
-
-
-
Action Class Method
How can we call one action class method from another action class?
Struts Interview Questions
Ans