🖥️
Awesome SRE
  • Awesome SRE
  • Linux Commands
    • Basic Commands
    • awk / sed
  • Networking
    • Basic commands
  • Datastores
    • ElasticSearch
  • Monitoring
    • Tools
  • Programming Languages
    • GoLang
    • Java
  • Orchestration
    • Kubernetes
  • Configuration Management
    • Ansible
    • Chef
  • Cloud Tooling
    • Infrastructure as Code
    • VPN
Powered by GitBook
On this page
  • Useful libraries
  • Links
  1. Programming Languages

Java

Java is a high-level, class-based, object-oriented programming language

PreviousGoLangNextKubernetes

Last updated 3 years ago

Java is a , , that is designed to have as few implementation as possible. It is a programming language intended to let write once, run anywhere (WORA), meaning that Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to that can run on any (JVM) regardless of the underlying .

Useful libraries

  • SpringBoot

  • DropWizard

Links

high-level
class-based
object-oriented
programming language
dependencies
general-purpose
programmers
[17]
compiled
[18]
bytecode
Java virtual machine
computer architecture
https://spring.io/projects/spring-boot
https://www.dropwizard.io/en/latest/
https://docs.oracle.com/javase/tutorial/