Can we use javascript with jsp pages?



Can we use javascript with jsp pages?..

Answer / Mohammad Muzammil

Yes, JavaScript can be used in conjunction with JSP pages. The primary method is by embedding JavaScript code within the JSP page using <script> tags or scriptlets (<% ... %>). In addition, you can create a communication between JavaScript and JSP using AJAX requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Can we implement an interface in a jsp?

1 Answers  


What do you know about pagecontext and what are the advantages of using it?

1 Answers  


we want to provide the errors to the right side of the text field so what we want to add in jsp pages?

1 Answers   ITC Infotech,


What are different types of comments used in jsp?

1 Answers  


Can you override jspinit() method? If yes, in which cases?

1 Answers  


Is jsp used?

1 Answers  


Explain the various scope values for <jsp:useBean> tag.

1 Answers  


What are the components that make up a tag library in jsp?

1 Answers  


Explain jsp?

1 Answers  


Explain translation phase.

1 Answers  


What are the advantages of jsp?

1 Answers  


How do I set password expire time period?

1 Answers  


Categories