What is a jsp and what is it used for?
No Answer is Posted For this Question
Be the First to Post Answer
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 implicit object is not available in normal jsp pages?
What is scriptlet tag?
How do you connect to the database from jsp?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is tag file?
Which categories can be divided jstl tags, give examples.
How do I use comments within a jsp page?
What is full form of jsp?
What are the two types of comments supported by jsp?
What is server context?
When will container initialize multiple jsp/servlet objects?