Skip to content

MVP Java

Java Programming EcoSystem Blog

  • Home
  • YouTube Gallery
  • About

Tag: java 14

Posted on May 27, 2020June 3, 2020

Java 14 instanceof | Hold Up!

Java 14 Pattern matching instanceof Hold Up! | MVP Java
Views: 291
Reading Time: 4 minutes

The instanceof operator in Java 14 has been enhanced to take advantage of Pattern Matching. This new preview feature is simple, easily understood and well implemented but Hold Up! Before using this new feature, a word of caution ..

Continue reading “Java 14 instanceof | Hold Up!”

Posted on March 23, 2020March 29, 2020

Java Records : Boilerplate Exterminator

Java 14 Records - MVP Java
Views: 353
Reading Time: 6 minutes

Java records are a preview feature available in Java 14 which natively reduces boilerplate code when dealing with Data Classes. Learn how we can actually model data as data-only aggregates and close the gap in Java’s type system.

Continue reading “Java Records : Boilerplate Exterminator”

Recent Posts

  • Spring Boot Security | Default Configuration
  • Java Artificial Intelligence | Testing Plugin
  • Docker for your Java Development Environment with IntelliJ
  • Microservices | Simple Explanation For Beginners
  • Protected: Dockerfile Best Practice | How to Select Base Image Tag – MVP Java Subscribers Only
  • How to Create Docker Image for Java Application
  • New Rate Limits for Docker | Are you Prepared?
  • Component vs @Service in Spring | An Actual Answer
  • Docker Logging | Symlink Hack
  • Java 14 instanceof | Hold Up!
  • Java Records : Boilerplate Exterminator
  • How I got Docker Certified – DCA
  • Spring Boot Security HttpFirewall
  • Spring Nested Transactions
  • Generating a Random Number in Java From Atmospheric Noise
  • JDK 12 Switch Expression – Preview Feature
  • Running Spring Tool Suite 4 in Docker
  • Java Optional, NullPointerException Killer?
  • Java 9 Modules Provide Strong Encapsulation
  • A Brief History of Dependency Injection

  • Facebook
  • Youtube
  • Twitter
  • GitHub
Proudly powered by WordPress