Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 529 Bytes

java-7.md

File metadata and controls

27 lines (16 loc) · 529 Bytes

Java 7

Release Date: 2011/07/07

Last Public Update: 2015/04/14 (Java SE 7 Update 80)

Bytecode Version: 51

Documentation: Language Spec, VM Spec, JavaDoc

JVM

  • INVOKEDYNAMIC

Language

  • Switch in String
  • Try-with
  • Diamond Operator
  • Binary Integer Literals
  • Underscores in numeric literals
  • Multi Catch

Java API

  • Method Handles