News

This post explains how to use classes in Java to build objects and organize your code. Also learn: constructors, static methods, and more!
Java's naming convention standards Java's standard naming conventions to differentiate between classes, types, methods, packages and variables include the following: Traditional PascalCase.
Get a deep dive into using method references in your Java programs, including stream operations, event listeners, and constructors and factories.
Using generics results in more robust code and avoids ClassCastExceptions in your Java programs. This in-depth tutorial introduces you to generics and their types and methods.
Functional programming with a Java Consumer Sometimes programmers new to lambdas and streams get intimidated by the components defined in the java.util.function package, so I always like to remind ...
Microsoft stresses that Java developers won’t have to learn any new tools to use Azure Functions. Microsoft is also making a Maven plugin available that will allow developers to write and deploy ...