<%! String str = \"prerna\"; %> >
Using request.setAttribute() you can pass the Java variable to the JSP.
request.setAttribute()
<% String str = "prerna"; request.setAttribute("myVar",str); %>