java-13share & followShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:▼s+fShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:Definitive Guide To Java 13#post#java‑13A detailed guide to Java 13: text blocks, switch expressions with yield, ZGC, dynamic AppCDS archives2019-09-17Improve Launch Times On Java 13 With Application Class-Data Sharing#post#java‑10 #java‑12 #java‑13 #performanceOn Java 10+, you can use application class-data sharing to reduce launch times, response time outliers, and memory footprint. By archiving class data with -Xshare:dump and loading it with -Xshare:on, the JVM's class loading workload can be reduced considerably.2019-09-15Definitive Guide To Switch Expressions In Java 13#post#java‑13 #java‑basics #switchJava 13 finalized switch expressions. Together with a new lambda-style arrow syntax, this makes switch more expressive and less error-prone.2019-08-16Definitive Guide To Text Blocks In Java 13#post#java‑13 #java‑basicsJava 13 introduces text blocks: string literals that span multiple lines. Learn about syntax, indentation, escape sequences, and formatting.2019-06-19