Is jsp platform dependent?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp standard tag library, provide some example usage?
What is JSP?
What is application scope in jsp?
What is full api?
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.
How to include static files in a jsp?
Can u Override any of the lifecycle methods of JSP?
What is the page directive is used to prevent a jsp page from automatically creating a session?
How many tags are there in jsp?
What is client side technology?
How does a jsp engine work?
How can information from one JSP be passed to another JSP?