Differentiate between <jsp:include page=…> and <%@include file=…>.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
Explain the difference between forward and sendredirect?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
How to works asjx in jsp?
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.
What is jsp scriptlet?
How to deactivate el on jsp?
Explain scriptlet, expression and declaration in jsp.
What is jsp exception?
what is the extended star schema
What is iselignored in jsp?
Is jsp front end or backend?