Which package does a jsp api consist of?
No Answer is Posted For this Question
Be the First to Post Answer
Can we implement an interface in a jsp?
Which jsp lifecycle methods can be overridden?
How does a jsp work?
What is request getcontextpath ()?
When will container initialize multiple jsp/servlet objects?
What are the literals used in jsp?
How can we disable el?
What is a hidden comment in jsp?
What is asp and 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 the use of 'out' implicit object?
Explain the difference between forward and sendredirect?