Adapting to industry shifts and student feedback, the computer science department has implemented va... (more…)
Read more »
Underscore ("_") is a keyword in Java 9. If you use "_" as an identifier, javac of JDK 8+ issues a warning. javac of JDK 9, issues an error! To check and migrate your Java code to avoid using "_" as an identifier, you can use the following Nashorn script...
Read more »
Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: throug... (more…)
Read more »
In this article, we will deepen what is Reactive programming, the place R2DBC specification takes in it and how developers can handle it in spring projects... (more…)
Read more »