What program opens a jsp file?
No Answer is Posted For this Question
Be the First to Post Answer
Show the 2 types of comments in JSP.
What are the different scopes an object can have in a jsp page?
Can constructor be used instead of init(), to initialize servlet?
What are the types of jstl tags?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
Can I stop jsp execution while in the midst of processing a request?
Give the use of session object.
What is an expression language?
Can jsp contain javascript?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Explain jsp?
Can you explain what is jsp page life cycle?