Answer Posted / 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 View All Answers
Explain the features are in servlet 3?
What are the functions of Servlet container?
how the HTML data stored in web server?
How to handle exceptions thrown by application with another servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
What is meant by Servlet? What are the parameters of service method?
The code in a finally clause will never fail to execute, right?
How do you run a servlet?
Why do we have servlet wrapper classes?
What is SingleThreadModel interface?
How do we share data using 'getservletcontext ()?
What is string tokenizer?
What is the difference between CGI and Servlet?
What are the benefits of using servlet over cgi?
How to get the actual path of servlet in server?