 
      
    | You are here | www.linuxuprising.com | ||
| | | | | wittchen.io | |
| | | | | Sometimes we need to run specific program with a concrete version of JVM. We can also work with Java 7, but we want to try Java 8. In such cases, we can have installed both Java 7 and 8 on our system and easily switch between them. In order to show current java version, we can simply type: java -version in terminal. On my computer I received the following response: | |
| | | | | www.webupd8.org | |
| | | | | Install Oracle Java 9 In Ubuntu, Linux Mint Or Debian Via PPA Repository [JDK9] ~ Ubuntu / Linux blog | |
| | | | | lchandara.wordpress.com | |
| | | | | GlassFish is an open source application server for the development and deployment of Java Platform, Enterprise Edition (Java EE platform) applications and web technologies based on Java technology.It supports different Java based technologies like Enterprise JavaBeans, JPA, JavaServer Faces, JMS, RMI, JavaServer Pages, servlets and more. Glassfish provides a lightweight and extensible core based on... | |
| | | | | hanno.codes | |
| | | In the summer of 2021, I got my Java 11 certification. I expected it to be quite a breeze, because I'd been a Java developer for 14 years and surely I should have seen it all by now, right? Turned out I was very wrong. I came across lots of things that I didn't even know were possible with Java. In this weekly blog series I will go through 11 of these 'crazy learnings' that surprised me the most, even as an experienced developer. Today we'll look at the crazy stuff that is allowed in switch statements. | ||