how to disable the expression language in a jsp?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
what type of question will be asked in the interview in this software field?????///
What are jsp el implicit objects and how it’s different from jsp implicit objects?
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.
Can we write a class inside Jsp?
Can we override jsp service method?
What jsp lifecycle methods can be overridden?
Can we use the exception implicit object in any jsp page?
Why do we need custom tags in jsp?
How are custom tags in jsp created?
What is called jsp directive?
What are the different scope values for the jsp objects?