What is the difference between jsp and php?
No Answer is Posted For this Question
Be the First to Post Answer
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
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 jsp expression?
What is the use of jsp and servlet?
What are the directives in jsp?
What is welcome file list?
How does response sendredirect work?
How are jsp(java server pages) better than asp(active server pages)?
which is the place to learn java in chennai..
Is jsp platform dependent?
Explain the jsp life cycle?
Differentiate between include directive and include action.