Java Platform

Java Platform

Language TypeDescription
Java

Groovy

  • used as a scripting language where it is dynamically compiled to JVM bytecode
  • interoperates with other Java code and libraries

Kotlin

Scala

  • runs on the Java Virtual Machine
  • is an object-oriented functional programming language
  • is static typed

Clojure

  • runs on the Java Virtual Machine and the Common Language Runtime
  • is an object-oriented functional programming language
  • is dynamic typed
  • is a dialect of the Lisp programming language