Are you expecting a complete solution. I don't think you'll get that here . I can give you some idea though.
Since I don't know the structure of New_USER class, I'm assuming it would be something like this
Now in your JSP, you need to iterate over the List using the forEach tag. You can see an example here. Just iterate over the List and display the properties of New_USER class using table tags in the loop...