I am new to JSP, I have method that contains loop and want to display value
<%! private void getDemo() { for(int i=0; i<10; i++) { setName
Your Javascript runs client side in the browser so will not normally interact with your Java code running server side