Returns the Java version (6, 7, 8, 9, 10, etc.).
()
| 1255 | |
| 1256 | /** Returns the Java version (6, 7, 8, 9, 10, etc.). */ |
| 1257 | public static int javaVersion() { |
| 1258 | return javaVersion; |
| 1259 | } |
| 1260 | |
| 1261 | /** Always returns true. */ |
| 1262 | public static boolean isJava2() { |
no outgoing calls
no test coverage detected