Below is the code in Jsp

out.println("<td>" + rset.getInt("Credit_Limit") + "</td>");
out.println("<td>" + rset.getInt("Curr_Os") + "</td>");
out.println("<td>" + rset.getInt("Per_Utilised") + "</td>");

I want to have "Credit_Limit" & "Curr_Os" dispalyed as 1,23,000

While "Per_Utilised" as 12%

that's not JSP, that's what we wrote in servlets around 1998 and quit writing when JSP 0.9 came around a year later.
Noone in his right mind does things like that any more.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.