how to u se in jsp
No Answer is Posted For this Question
Be the First to Post Answer
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is jsp processing?
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 scope of response object?
Which jsp methods can be overridden?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What is a hidden comment in jsp?
What are standard actions in JSP?
how can i update the marque in jsp without changing the sourse code
Which of the following action variable is used to include a file in jsp?
Explain what is jsp ?
Can an interface be implemented in the jsp file?