Get Java Version from Java

public class myGetVersion {
   public static String getVersion() {
      return System.getProperty("java.version");
   }
}

Leave a Reply