adspace


How to run java program in jsp page?

Answer Posted / Suresh Singh Rawat

To run a Java program within a JSP page, you can use JSP Scriptlets (<% ... %>), but it's generally not recommended due to maintainability and security concerns. A better approach is to create a Servlet or a standalone Java class and call it from the JSP page.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2306