I have a doubt:
Is it possible to call a Java class with main() in JSP and print the value in console or JSP page (without use of a Servlet class)?
Similarly print the value in JSP page from Java class with main() (without use of a Servlet class)?
please need some explanation.