|
INTERVIEW QUESTIONS
J2EE
JSP
DETAILS
Question: What is the need of taglibraries?
Answer: Custom tag Libraries allow the java programmer to write code that provides data access and other services.
TagLibraries cab have access to all the objects available to jsp pages including request,response,IN,OUT.
Communicate with each other,you can create and initialize a bean(javabean).Create a variable that refers to that bean in one tag,and then use the bean in other tag.
can be nested with one another,allowing complex interactions with in a jsppage.
|
|
|
Category |
JSP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 9330 users |
Added on |
7/17/2011 |
Views |
69805 |
Rate it! |
|
|
Question:
What is the need of taglibraries?
Answer:
Custom tag Libraries allow the java programmer to write code that provides data access and other services.
TagLibraries cab have access to all the objects available to jsp pages including request,response,IN,OUT.
Communicate with each other,you can create and initialize a bean(javabean).Create a variable that refers to that bean in one tag,and then use the bean in other tag.
can be nested with one another,allowing complex interactions with in a jsppage.
Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
When to use struts technology? What type of applications are developed using struts frame work?
|
View Answer
|
|
How the jsp changes will be effected in servlet file after converting?
|
View Answer
|
|
In Internet explorer if we give a jsp , How the server will know it has to execute?
|
View Answer
|
|
In Oracle table some fields are "null".By default it will show as "null" in JSP page text box.But i dont want that. I want as blank textbox.What i can do for that?
|
View Answer
|
|
How to delete cookies in JSP?
|
View Answer
|
|
What is use of implict Objects?why the container is given those one?
|
View Answer
|
|
What is the differnce between application server and web server
|
View Answer
|
|
In one class i stored the key and values in the hashmap.so using key value i have to check wheter the value for key is correct or not.so how to retreive the key and values in jsp page
|
View Answer
|
|
How can i restrict the user from Clicking of Back button in any browser
|
View Answer
|
|
Wat is the difference between and in jsp..wen translate into servlet..wer it is stored in servlet..can we create global variables in jsp..if yes then how??
|
View Answer
|
|
What is the diff. b/w PAGE,APPLICATION and SESSION implicit objects of JSP?
|
View Answer
|
|
What is difference between getAttribute() and getParameter()?
|
View Answer
|
|
How we abort jsp page from a servlet
|
View Answer
|
|
Where can we find the compiled file of jsp in the directory struture.
|
View Answer
|
|
What is the difference betweeen JSP forward and servlet forward methods?
|
View Answer
|
|
How to pass java script array to jsp page?
|
View Answer
|
|
What is the difference between session and cookie ?
|
View Answer
|
|
Where do we use hidden variables and url rewriting? and wat is the difference between them?
|
View Answer
|
|
How to overwrite the init and destroy method in a JSP page.
|
View Answer
|
|
A] Is the response.sendRedirect ends the existing session? B] If I logged in to a site ( say a.com) & then in same browser window I type the url for another site (say b.com), then does my session gets ended on first site ( a. com ) ?
|
View Answer
|