Hi i am trying to call regular java class in jsp page and want to print some on jsp page when i am trying to do i am not getting any output
Here is my code
Just to complete all the opportunities, You could also use the <%= opertator like:
<%
MyClass tc = new MyClass ();
%>
<%= tc.testMethod(); %>
and just for resume, the key points: