What are the steps involved in reading data from a form using jsp?
No Answer is Posted For this Question
Be the First to Post Answer
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
Can we write a class inside Jsp?
Why are jsp pages the preferred api for creating a web-based client program?
How does a jsp engine work?
What is jsp tag?
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 are the implicit, internal objects and methods on the jsp page?
What is a jsp directive?
What are the implicit objects in jsp?
What is the major difference between servletcontext and pagecontext?
Define scriptlet, expression and declaration in jsp?
Can I run jsp on xampp?