Skip to content

MVP Java

Java Programming EcoSystem Blog

  • Home
  • YouTube Gallery
  • About

Category: Java Core

Posted on March 16, 2019March 25, 2020

JDK 12 Switch Expression – Preview Feature

Java 12 Switch Statements - Preview Feature
Views: 1,757
Reading Time: 6 minutes

JDK 12 has introduced some much needed change to the switch statement. Our good old switch statement is being re-vamped and can now also be used as an expression. Learn how its new design eliminates common irritants, packs succinct syntax and provides exhaustive case coverage … Continue reading “JDK 12 Switch Expression – Preview Feature”

Posted on January 31, 2019July 5, 2020

Java Optional, NullPointerException Killer?

Java Optional
Views: 1,472
Reading Time: 7 minutes

Does the Java Optional Class finally rid us of NullPointerExceptions? I’ll demonstrate  how when Optional is used correctly and when combined with Java’s functional style of programming, that this is indeed possible.

Continue reading “Java Optional, NullPointerException Killer?”

Posts navigation

Previous page Page 1 Page 2

Recent Posts

  • Protected: The Controversy of var in Java
  • Disable Java Garbage Collection? | Epsilon GC
  • Spring Boot Integration Testing | Can AI Write Better Tests?
  • What is Spring Native? | Game Changer
  • Spring Boot Security | Default Configuration
  • Protected: Java Artificial Intelligence | Testing Plugin – MVP Java Newsletter Subscribers Only
  • 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 Newsletter 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

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