What do you know about jsp expression language (jsp expression language – el)?
No Answer is Posted For this Question
Be the First to Post Answer
Give an example of using your own tags.
What are the steps involved in reading data from a form using jsp?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
Mention the advantages of jsp over pure servlets?
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.
Explain scriptlet, expression and declaration in jsp.
What are the scopes available in <jsp:usebean>?
What language is jsp?
Define scriptlet, expression and declaration in jsp?
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
What are actions and directives in jsp?
What is jsp custom tag and what are it’s components?