|
Related Questions |
View Answer |
|
What is the default scope of jsp tags?
|
View Answer
|
|
What are the default objects provided by JSP container? Other than page, request, session and context objects.
|
View Answer
|
|
What is the difference between , page directive include, action tag include ?
|
View Answer
|
|
I have a String name & Map m, in my bean class. I have get & set methods on both.
To Display the String name, i do
The above one works fine. Te below one, displays the entire Map contents
I know the KEY, how do i display the VALUE for that KEY
|
View Answer
|
|
what is the use of extends in jsp...we we want to import a class in current jsp file which i am working how can i do that ...if i use extnds for that means how can i do that...pls explain me this
|
View Answer
|
|
How to check the value in the text field is not a number
|
View Answer
|
|
What is the diff. b/n declaring members in and declaraing in jspinit() method ?
|
View Answer
|
|
How to generate BAR & PIE Graphs using JSP code...?
|
View Answer
|
|
When jsp is compiled into servlet, where the servlet is actually stored(storage location)?
|
View Answer
|
|
Why should we setContentType() in servlet ?what is the use of that method?
|
View Answer
|
|
What is the difference between servlet session and jsp session?
|
View Answer
|
|
What is the architecture of JSP?
|
View Answer
|
|
How to call EJB from JSP.
|
View Answer
|
|
Can a single JSP page be considered as a J2EE application?
|
View Answer
|
|
What is JSP?
|
View Answer
|
|
What are advantages of JSP?
|
View Answer
|
|
What is the difference between include directive & jsp:include action?
|
View Answer
|
|
What are Custom tags. Why do you need Custom tags. How do you create Custom tag?
|
View Answer
|
|
What are the implicit objects in JSP & differences between them?
|
View Answer
|
|
What is jsp:use bean. What are the scope attributes & difference between these attributes?
|
View Answer
|