_ is a keyword in Java 9, use this script to check your code by Sundararajan

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…

Similar

Java – One Year Later

It’s been a little over a year since I started developing in Java full-time again. A retrospective is overdue! Workplace takeaways Communication. This may not seem like a Java-related skill, but I cannot overstate how many times stopping to ask questions,... (more…)

Read more »