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
Which interface must be implemented by all servlets?
How to upload a file to the server using servlet?
What is getservletcontext?
Why is servlet used?
What is Client-Server Computing?
What do you mean by a filter and how does it work?
What is http servlet in java?
What exactly is a servlet?
What are the kinds of http requests?
What are the different methods involved in generic servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is http servlet?
Which httpsession object is used to view and manipulate information about a session?
What is the structure of the http response
Is servlet synchronized?