Topic: java - Page 12

Java
Java 8: Find the Max value in a List
In this Java program, we take a look at finding the max value in a list.
Java
Java: max() and min() methods java.lang.Math
In this tutorial, we will take a look at the max() and abs() methods from the Java Math class.
Java
Time Testing with Java JUnit assertTimeout method
In this article, we take a look at Time Testing with Java JUnit assertTimeout method.
Java
Java: Testing Private Methods in JUnit using reflection API Example
In this example, we take a look at how to test a private java method using reflection API and Junit.
Java
JUnit: Failing Test on NullPointerException Example
In this example, we take a look at a JUnit example of failing a test on NullPointerException.
Java
How to always fail a Junit Java Test Case
If you want to always intentionally fail a Java Junit test case then make use of the fail() method.
Java
Setting up JUnit 5 dependency with Maven Example
Let us see how to setup Junit 5 with maven pom.xml.
Java
Fix Maven: Could not find artifact in central
How to fix Maven error Could not find an artifact in central
Java
Understanding Java JUnit AssertionError
Let us try and understand what the Java JUnit AssertionError error is all about.
Java
JUnit 4 Setup Example with IntelliJ + Maven
In this tutorial, we take a look at how to setup JUnit 4 with IntelliJ IDE and Maven.
Java
Write to a File using Java Stream API
How to write a file in Java using the Stream API for example.
Java
Java Stream with Multiple Filters Example
Let us take a look at some Java programs with Stream API with Multiple Filters - filter chaining.
Java
Is Stream within a Stream Possible in Java?
Let us take a look if a Stream within a Stream is possible in Java.
Java
Java Stream Word Count Example
In this program, we will take a look at how to do a word count of a String using Java Stream API.
Java
Fix: java.lang.UnsupportedOperationException Java Collections (List, Set, Map)
How to fix ava.lang.UnsupportedOperationException Java Collections (List, Set, Map)
"Talk is cheap. Show me the code." - Linus Torvalds | Page 12 of 36