Hello i m building a web app(mcqs type) containing Login.html,dBHelperServelt,Welcome.jsp,Questions.Jsp ,Finish.jsp
now i want to print result on finish page username and other stuff is in dBHelperServelet but i cannot access it because there is no direct link between Finish.jsp and dBHelper
dBHelper is already request dispatching to welcome.jsp
so how to access my database content which is in dBHelperServelt
please note there is no direct connection between dBHelp.... and Finish.Jsp