This might sound dumb, but I need to verify one thing. Does it mean that without a java virtual machine in your computer, Java codes in your (jsp) will not work properly?
Thanks
This might sound dumb, but I need to verify one thing. Does it mean
Share
If you are at server end YES you need JVM.
If you are at client end NO
server will compile {JSP and finally}[using JVM] will create HTML and send it to client as response and send you as response you don’t need JVM to render HTML.