DEV Community

Discussion on: Java vs JavaScript. Key differences and similarities

Collapse
 
coderslang profile image
Coderslang: Become a Software Engineer

Well, of course JS is native to all modern web browsers, but Java could be enabled as well 👉 details from java.com

Collapse
 
devdufutur profile image
Rudy Nappée

If you think applets, they are deprecated since Jdk 9 and removed in Jdk 11.

Thread Thread
 
coderslang profile image
Coderslang: Become a Software Engineer

I know projects that still run on JDK 5. Enterprise is hard.

Thread Thread
 
devdufutur profile image
Rudy Nappée

You can control the jdk version on your server, but you can't force your users installing an outdated version.