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?
1 3400Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
2261Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.
ME,
1 9795Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
1736What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
1064
How does response sendredirect work?
What is difference between sendredirect and forward?
How do I create a dynamic web project?
Why jsp is better over static html also explain lifecycle of a jsp?
Give an example where you need jsp custom tag?
What are scriptlets in jsp?
What is session tracking in jsp?
What is difference between jspwriter and servlet printwriter?
Give uses of object cloning?
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 you disable the caching on the back button of a particular browser?
What is jsp and its architecture?
How to ignore the el expression evaluation in a jsp?
What's the difference between javabeans and taglib directives?
How many jsp implicit objects are there?