It consists of the following main topics:
- The new garbage collectors (G1 and Shenandoah) in OpenJDK.
- Understanding what the JIT is doing.
- Understanding the Java Hotspot VM Code Cache.
- How to add lazy operations to collections in order to make them faster and have reduced memory usage.
- Explanation of how annotations work under the hood.
- Using enums and how to make the most of them.
- A look at The Criteria API which is new in JPA.
- Tutorial on Golo - a fast, low-ceremony, and easy-to-learn JVM language.
- Overview of Oracle Cloud Services for Java Developers.
- A look at the JEP 283 and JEP 263 proposals of interest.
- A proposal for new reserved words that will cut boilerplate code e.g. var
- And of course the usual features on books, letters to the editor, and events to not miss out on.
No comments:
Post a Comment