How do you import the packages in the JSP?
Answer Posted / winston watson
<%@page import="mypackage.*, otherpackage.MyClass"%>
With packages under WEB-INF/classes for classes and the
source in packages under src
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What are the components that make up a tag library in jsp?
How do we print “
creates a new line in html” in jsp?
Mention the scope values for
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
How jsp is executed by web server?
What’s the difference between forward and sendredirect?
Differentiate between jsp scriptlet tag and declaration tag.
Tell us about the stages (phases) of the jsp life cycle.
Can you override jspinit() method? If yes, in which cases?
Which two interfaces does the javax servlet jsp package have?
What are the advantages of jsp over servlet?
What is the use of?
Java Server Page I can use a function in two ways:
Either I declare
How can we disable java code or scripting in jsp page?