<% int i = 4; int j = theBean.doubleIt(i); out.print("2*4=" + j); %>