Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to connect one jsp page to another jsp page????

Answer Posted / deepak divvela

<%
RequestDispatcher rd=sc.getRequestDispatcher("a.jsp");
rd.forward(req,res);
%>

Is This Answer Correct ?    35 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the history of java?

1049


What is prefix of a string?

1084


Can a static method be final?

1112


What is package private scope in java?

997


Which class should you use to obtain design information about an object in java programming?

1135


What is instance means in java?

1098


What are the four pillars of java?

1269


What happens if constructor is private?

1074


Can we sort hashmap in java?

999


Is array synchronized in java?

1084


explain multi-threading in java?

1087


Is namespace same as package in java?

1045


What is the purpose of the runtime class in java programming?

1121


What is the difference between declaration and definition in java?

1158


What is are packages?

1086