In this eMag we want to showcase some of the smaller Java features that have been delivered and reached their final form in recent releases. Language evolution comes in both large and small packages (and sometimes the smaller ones are really stepping stones that unlock bigger changes).
Category: Articles
Pattern Matching for instanceof in Java 14 | Baeldung
Learn about the Pattern Matching with instanceof in Java 14.
How to reverse a linked list in Java using Recursion and Iteration (Loop) – Example
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Top 5 Courses to Learn RESTful Web Services in Java with Spring for Experienced Developers
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java 14 – “A shorter release cycle creates the feeling that the language is constantly evolving”
For the release of Java 14, we spoke to software architect Tim Riemer. Read the interview to find out what features he is most excited about.
Top 5 Free Object-Oriented Programming Online Courses for Programmers – Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Wildfly 19: MicroProfile 3.3 platform specification support – JAXenter
Wildfly 19 Final Zip is ready to download. This release includes a number of MicroProfile upgrades, supporting MicroProfile 3.3.
Eclipse 4.15 2020-03: Support for Java 14 added – JAXenter
Like clockwork, the latest quarterly update for Eclipse has arrived with over 72.5 million lines of code under the hood and support for Java 14.
IntelliJ IDEA 2020.1 Selenium Support | IntelliJ IDEA Blog
Posted on March 19, 2020 by Yuriy Artamonov Selenium is a popular framework for testing web applications in the Java world, and we….
What’s New In JDK14 Latest Release? 80 New Features & APIs – Azul
JDK14 is the latest release of the Java platform and includes many new features to make Java Developers lives easier. Learn More about JDK14 new release.
Uber’s open source tool Piranha is here to eat your stale code
Uber has open sourced Piranha for deleting feature flags that are no longer needed. This should reduce technical debt in mobile applications.
What is the use of DispatcherServlet in Spring MVC? Interview Question
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Weekly, Issue 324 | Baeldung
A simple RSocket client built using Spring Shell and Spring Boot, and a deep dive into writing command-line tools in Java using GraalVM and the Picocli library.
How to properly perform Java String comparisons
Java String comparisons can often generate unwanted results. Follow this tutorial to properly compare Java Strings and clean up confusion on this Java object type.