| Questions |
Show Answers |
Total Posts |
Post Your Answers |
Last Post |
What is struts?
1.A Technology
2.A Frameworks
3.A Java Development Tool Kit
4.A Language.
|
Show Answers | 21 |
Post Your Answers |
Ramalinga Reddy B |
How can we retrieve keyed values from a previously defined resource bundle?
a. Using <bean:message/>
b. Using <bean:include />
c. Using <bean:header />
d. Using <bean:error />
|
Show Answers | 5 |
Post Your Answers |
Deepthi |
Which method is necessary for Action class?
a.valuator()
b.reset()
c.findForward()
d.delet()
e.execute() |
Show Answers | 1 |
Post Your Answers |
03.04.09 Rajesh Kumar |
The parameters passed into execute() method is?
A. ActionMapping mapping, ActionForm form, ServletRequest request, ServletResponse response.
B. Mapping mapping, ActionForm form, ServletRequest request, ServletResponse response.
C. ActionMapping mapping, Form form, ServletRequest request, ServletResponse response.
D. ActionMapping mapping, ActionForm form, ServletRequest request, Response response.
E. ActionMapping mapping, ActionForm form, Servlet request, ServletResponse response.
|
Show Answers | 1 |
Post Your Answers |
03.04.09 Rajesh Kumar |
What is return type of execute() method?
A. void
B. String
C. int
D. ActionForward
E. ActionMapping
F. ActionForm |
Show Answers | 2 |
Post Your Answers |
30.10.09 deepthi |
Where key will generated ?
A. In Action class
B. In ActionForm Class
D. In ActionMapping Class
E In ActionServlet Class
|
Show Answers | 1 |
Post Your Answers |
03.04.09 Rajesh Kumar |
We can create how many struts config file in an struts application?
A. Only One
B. Only Two
B. Zero
C. As many we needed
D. All are wrong. |
Show Answers | 2 |
Post Your Answers |
Raghuvir singh chouhan |
Which one is correct?
A. <action
path="/r4r"
type="org.apache.struts.webapp.example.EditSubscriptionAction"
name="r4rForm"
scope="request"
validate="false">
<forward
name="failure"
path="/index.jsp"/>
<forward
name="success"
path="/admin.jsp"/>
</action>
B.<action
classpath="/r4r"
type="org.apache.struts.webapp.example.EditSubscriptionAction"
name="r4rForm"
scope="request"
validate="false">
<forward
name="failure"
path="/index.jsp"/>
<forward
name="success"
path="/admin.jsp"/>
</action>
C.<action
path="/r4r"
type="org.apache.struts.webapp.example.EditSubscriptionAction"
id="r4rForm"
scope="request"
validate="false">
<forward
name="failure"
path="/index.jsp"/>
<forward
name="success"
path="/admin.jsp"/>
</action>
|
Show Answers | 1 |
Post Your Answers |
03.04.09 Rajesh Kumar |
Which of following is not struts version ?
1. Struts 1.3.8, Struts 1.2.8
2. Struts 1.2.7,Struts 1.0.2
3. Struts 2.1.8, Struts 2.0.11.2
4. Struts 2.0.11.1, Struts 2.0.6
5 Struts 3.0.11.1, Struts 1.0.11 |
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
Struts application architectures based on the Model-View-Controller (MVC)-1 design pattern
1.Yes
2.No
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
Struts application architectures based on the Model-View-Controller (MVC)-2 design pattern
1.Yes
2.No
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
The ActionServlet class and Action classes are used are controller into struts application
1.Yes
2.No
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
Choose one of the following which must be have only single class for an application
1.Subclass of ActionServlet class
2. Subclass of Action classes
3. Subclass of ActionForm classes
4. None
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Shuja |
How many ActionServlet class for an application
1.1
1.2
3.3
4.4
5. As Many as we wise.
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
How many Action class for an application
1.1
1.2
3.3
4.4
5. As Many as we wise
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
How many Action class for a subclass of ActionForm
1.1
1.2
3.3
4.4
5. As Many as we wise |
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
How many web.xml you can use file for an application
1.1
1.2
3.3
4.4
5. As Many as we wise |
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
How many of “struts-config.xml file for an application
1.1
1.2
3.3
4.4
5. May be more than one |
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
How many of xml files must have use in validate framework
1.1
1.2
3.3
4.4
5. May be more than one
|
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
Which are primary components of controller?
1.Action Class
2.A servlet of class ActionServlet
3.A class of ActionForm
4.A class of ActionMapping |
Show Answers | 1 |
Post Your Answers |
16.03.10 Rajesh Kumar |
R4R,Struts Objective, Struts Subjective, Struts Interview Questions And Answers,Struts,Struts Interview,Struts Questions ,Struts Answers