Author Archives: Santosh Koona
JDK-14: Helpful NullPointerException
The JDK-14 is released production ready on 17th March 2020. JDK 14 comes with multiple new features and enhancements. In this article we will discuss Helpful NullPointerException feature. This feature of JDK 14 makes the NullPointerException more…
Configuring Spring WebMVC using JavaConfig style
In this post we will discuss on how to setup/configure the Spring WebMVC application using JavaConfig style and Servlet 3 (without ). Lets start on the topic, The Spring WebMVC…