medikonda swetha

Greenhorn
+ Follow
since Jul 22, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by medikonda swetha

i created two servlets and i wanted to communicate from one servlet to another using send redirect method
response.sendRedirect(url of another servlet)
both the servlets are in same project in eclipse
15 years ago
jsp
can sendRedirect accept a servlet name? If for example, there is a servlet called ProcessAccountServlet, can the following code work?

String urlRedirect = "ProcessAccountServlet"
res.sendRedirect(urlRedirect);
15 years ago
JSP
what the difference between interface and abstract
15 years ago