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...


Can we use javascript in Servlets?

Answers were Sorted based on User's Feedback



Can we use javascript in Servlets?..

Answer / gsrgsrgsr

Yes you can,
In
PrintWriter out=response.getWriter();
out.println("<script langauage='javaScript'>");
out.println("your code here");
out.println("</script>");

Is This Answer Correct ?    42 Yes 5 No

Can we use javascript in Servlets?..

Answer / sanjeev

Yes, If we are able to write javascript in jsp then Obviously
we can write javascript in a servlet because internally jsp
will be converted to servlet.

Is This Answer Correct ?    14 Yes 3 No

Post New Answer

More Servlets Interview Questions

If my browser does not support cookie, and my server sends a cookie instance what will happen?

0 Answers  


Can filter be used as request or response?

0 Answers  


What is servlet api used for conneting database?

0 Answers  


Name the webserver that is used to run Servlets?

5 Answers  


What is http servlet in java?

0 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


Which method of the httpservletrequest object is used?

0 Answers  


How to set a cookie that is persisted only for the duration fo the clients session?

1 Answers  


What mechanisms are used by a Servlet Container to maintain session information?

0 Answers  


Is the init(ServletConfig sc) throws IOException or not?

3 Answers  


What is meant by cookies?

0 Answers  


what is OOAS

2 Answers   iGate,


Categories