mention the three important tags used in the development of jsp bean.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of Application Object and Session Object in JSP?
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
difference betwwn 16 bit and 32 bit
What is jsp life cycle?
How to delete a cookie in a jsp?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is dynamic web project?
What information is needed to create a tcp socket?
Explain JSP Output comments?
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.
Which categories can be divided jstl tags, give examples.
What are the steps involved in reading data from a form using jsp?