adspace


How to connect jsp and java file?

Answer Posted / Nitin Pratap Singh

You can connect a JSP (JavaServer Pages) page with a Java class by using JavaBeans, utility classes, or custom tag libraries. One common approach is to create a JavaBean, which encapsulates data and behavior, and then use it within the JSP page to provide dynamic functionality.

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