What is the differences between the jsp custom tags and java beans?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

How does jsp engines instantiate tag handler classes instances?

0 Answers  


Can a jsp page process html form data?

0 Answers  


What is the differences between the jsp custom tags and java beans?

0 Answers  


What is server side programming language?

0 Answers  


What are the different types of jsp directive?

0 Answers  


What is jsp life cycle?

0 Answers  


What is jsp and why it is used?

0 Answers  


What are the implicit el objects in jsp?

0 Answers  


What is the _jspservice() method?

0 Answers  


Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?

0 Answers  


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

0 Answers   ABB,


How we can disable session in jsp?

0 Answers  


Categories