Name the Implicit variable which is used to access other
implicit objectes present in JSP.
Answers were Sorted based on User's Feedback
Answer / vijay
using pagecontext only we can access all other implicit
objects.the remainig answers are wrong.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / radhi
Session, Request and application are present in both Servlet
and JSP and Page (pageContext scope) is the new one in JSP ....
Using pageContext we can access Session, Request and
application.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mari
1. request
2. response
3. pageContext
4. session
5. application
6. out
7. config
8. page
9. exception
| Is This Answer Correct ? | 5 Yes | 6 No |
How to create object without using the keyword “new” in java?
What is j2ee tutorial?
Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8
What are the components of j2ee applications?
what is the difference between servlets and jsp?
How is java development environment setup?
Who gave the name java?
What are j2ee components?
What is jaap?
What do you mean by j2ee module?
What is ejb container provider?
What is jaxr provider?