Oracle Java Certified
Home
Tutorials
Certifications
Wednesday, July 10, 2024
Reactive Programming with Java Project Loom
›
The article argues that reactive programming and Project Loom are complementary tools for building concurrent applications in Java, rather t...
Monday, July 8, 2024
Oracle Java Security: Protecting Your Code from the Latest Threats
›
In the ever-evolving landscape of software development, Oracle Java remains a cornerstone for developers around the world. As one of the mos...
Friday, July 5, 2024
Check if a Number Is Power of 2 in Java
›
In this article, we will explore different approaches to check if a given number is a power of 2 in Java. We will cover the following metho...
Wednesday, July 3, 2024
Using Java 8 Optionals: Perform Action Only If All Are Present
›
Java’s Optional class provides a container object which may or may not contain a non-null value. This is useful for avoiding null checks and...
Monday, July 1, 2024
Unit Testing of ExecutorService in Java With No Thread sleep
›
Unit testing concurrent code, especially code utilizing ExecutorService, presents unique challenges due to its asynchronous nature. Traditio...
Friday, June 28, 2024
Finding a Key’s Index in Java LinkedHashMap
›
The Java LinkedHashMap class combines a hash table and linked list to maintain predictable iteration order, unlike HashMap. However, LinkedH...
›
Home
View web version