Java-SE-Code-Examples icon indicating copy to clipboard operation
Java-SE-Code-Examples copied to clipboard

IBM Developers Work related articles code, this repository contains a collection of Java SE code examples from java SE 8/9-14 and next, applicable to day by day job tasks

IBM Developer articles - Java theory and practice

Motivation toward Modularity

1- Java 9+ modularity: The theory and motivations behind modularity

The modular capabilities introduced in Java 9+ will enable you to write more clean and well-architected code, libraries, and systems

2- Java 9+ modularity: Module basics and rules

Discover the basic mechanisms, tools, and rules that you can use to leverage the modular capabilities of Java 9+ and the JPMS to write more clean and well-architected code, libraries, and systems.

3- Java 9+ modularity: How to design packages and create modules, Part 1

The Java Platform Module System brings the real meaning of security and tightened encapsulation to Java.

4- Java 9+ modularity: How to design packages and create modules, Part 2

The Java Platform Module System brings the real meaning of security and tightened encapsulation to Java.

5- Java 9+ modularity: The difficulties and pitfalls of migrating from Java 8 to Java 9+

Explore the tools and techniques to help you move your code efficiently to the new modular Java.

New Java language features & updates and learning tools

Starting with the major release of Java SE 9+, each new six-month release of the JDK means that the programming language and virtual machine is quickly moving forward in order to cope with the rate of new technology innovation.

Each version since Java SE 9, through Java SE 12, includes a bundle of changes, more library additions, new language features, and alterations to the JDK clean-up process.

This series takes you on an exploration of the most significant updates and changes to help you get ahead on the next iteration of Java coding.

Series link on IBM Developer website

6- Explore new Java SE 11 & 12 APIs and language features

Explore new classes, security features, HTTP Client, and a no-compile code launch technique that every developer should know.

7- Java 11: Run single-file source code programs without compilation

Explore this convenient Java 11 feature that allows you to directly run a Java source code file without compilation.

8- Explore the new Java SE 11 HTTP Client and WebSocket APIs

New Java 11 APIs that are easy to use for simple cases, but also powerful enough for complex ones.

9- Interactive Java programming (REPL) with JShell 12, Part 1

Learn how this read-eval-print loop environment can help you explore new features in a fast way.

10- Interactive Java programming (REPL) with JShell 12, Part 2

Learn how to use auto-complete and add JAR files, classes, and modules to sessions.

11- Effective use of the new switch statement and expression in Java SE 12

Simplify everyday coding and prepare the way for using pattern matching.