Can we write a class inside Jsp?
Answer / hehehe
Yes, We can , But it will be an inner class for the generated Servlet class of the JSP.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the steps for creating custom tags in jsp?
Can a jsp page process html form data?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Explain jsp lifecycle methods?
How can the applets be displayed in the jsp? Explain with an example.
Differentiate between pagecontext.include and jsp:include?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
How can I handle jsp page errors?
why JSP is bigger choice for software development as compare to ASP.
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
What is client scripting?