| Questions |
Show Answers |
Total Posts |
Post Your Answers |
Last Post |
Which of the following is server side programming languages?
1.HTML
2.JavaScript
3.JSP
4.Sevlets
A.1,2,3,4
B.1,2
C 3,4
D.None |
Show Answers | 9 |
Post Your Answers |
viswanath |
What JSP stand for
1.Java Server Pages
2.Java Server Programming
3.Java Service Pages
4.Java Service Programming |
Show Answers | 4 |
Post Your Answers |
Hemant |
What JSP is basically used today
1.To make controller
2.To make GUI
3.In writing business logic
4.Deprecated
5.None |
Show Answers | 3 |
Post Your Answers |
11.10.10 divya tiwari |
We must have configure and map all jsp files into web.xml
1.YES
2.NO
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
JSP is part of BEA WebLogic?
1.Yes
2.No
|
Show Answers | 2 |
Post Your Answers |
neeraj padhalni |
JSP is part of Apache Tomcat?
1.Yes
2.No
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
JSP can run by
1.Apache Tomact
2.Bea WebLogic
3.Servlets
4.JSP Engine
5.ALL
6.None |
Show Answers | 2 |
Post Your Answers |
neeraj padhalni |
IBM WebSphere is?
1. A full-featured Web Application Server
2 It provides supports to the Servlet and JSP
3. It includes pooled database access for DB2 and Oracle Relational Databases,
4. Prtovide support for EJB .
Choose correct one
A. 1,2,3,4
B. 2,3,4
C. 1,3,4
D. None |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Syntax of Scriptlet Element
1.<% code %>
2. <@jsp code %>
3. <jsp: scriptlet code />
4 <%jsp code %>
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Three scripting elements of JSP
1.Scriptlets
2.Expressions
3.Declarations
4.None |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Syntax of Declaration Element
1.<%! code !%>
2.<%! code %>
3.<jsp: scriptlet code />
4.<%jsp code !%> |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Syntax of comments
1 <%-- comment --%>
2.<!-- comment -->
3.<% // comment %>
4.<% /* comment */ %>
5.<% /** comment */ %>
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Choose correct scopes into JSP:-
1.page, request, session, application
2.Page, response, session, application
3.Page, request, response, session
4.None |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Choose JavaBean Actions:-
1.useBean
2.setProperty
3.getProperty
4.All
5.None |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
In <jsp:useBean> which two attributes is necessary
1.id and scope
2.class or beanName.
3.type and id
4 None
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Correct syntax of useBean Action
1.<jsp:useBean id=" " class=" "> </jsp:useBean>
2.<jsp:useBean id=" " property= =" "> </jsp:useBean>
3.<jsp:useBean name=="newBean" class=" "> </jsp:useBean>
4.<jsp:useBean beanName =" " class=" "> </jsp:useBean> |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Correct syntax of setProperty Action
1.
<jsp:useBean id="login" class="r4r.co.in.R4RLogin">
<jsp:setProperty name="login" property="username" value="rajesh">
</jsp:useBean>
2.
<jsp:useBean id="login" class="r4r.co.in.R4RLogin">
</jsp:useBean>
<jsp:setProperty name="login" property="username" value="rajesh">
3 Both
4.None
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
In <jsp:getProperty /> which two attributes is necessary
1.id and scope
2.class or beanName,name,property,value.
3.type and id
4.name and property
5.None |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
In <jsp:include> which attributes are used
1.id and scope
2.type and id
3.file and flush
4 page and flush
|
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
Choose correct syntax to pass parameter into jsp include action
1.
<jsp:include page="/login.jsp" flush="yes">
<jsp:param name="user" value="rajesh" />
</jsp:include>
2.
<jsp:include page="/login.jsp" flush="yes" param=”user” value=”rajesh”>
</jsp:include>
3.
<jsp:include page="/login.jsp" flush="yes" property=”user” value=”rajesh”>
</jsp:include>
4.All of the above.
5.None |
Show Answers | 1 |
Post Your Answers |
14.03.10 Rajesh Kumar |
R4R,JSP Objective, JSP Subjective, JSP Interview Questions And Answers,JSP,JSP Interview,JSP Questions ,JSP Answers