Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

java streams

Java Streams Tutorials

Java streams tutorials are listed in this section. We will continuously add new articles to this section. If you want us to write a new article for this section please get in touch with us.

Find Broken Links Using Selenium and Java Streams (Fast and Effective)

November 3, 2021 by Onur Baskirt
find broken links

In this article, we will do an example to find broken links using Selenium and Java Streams on a webpage. This is one of the fastest and effective solutions than many other solutions on the web. Let’s get started! Find … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams, selenium

Java 17 Language Features with Examples

October 25, 2021 by Onur Baskirt
java

In this article, we will learn the Java 17 language features which we can use in our projects. These are Pattern Matching, Records, Sealed Classes, Switch Expressions, Text Blocks. Some of these features were announced in previous JDK versions as … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java 11 Features with Examples

October 25, 2021 by Onur Baskirt
java

In this article, we will learn Java 11 features such as isBlank(), lines(), repeat(), strip() methods which are String related enhancements and for Optional types we will learn isEmpty() method. Let’s get started! Java 11 Features We will start with … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java 10 Features with Examples

October 18, 2021 by Onur Baskirt
java

In this article, I will share new Java 10 features with examples. These are; var keyword and some Collectors API changes. Let’s get started! Var Keyword in Java 10 First, we will start with the var keyword. We can use … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java 9 Functional Programming Features with Examples

October 17, 2021 by Onur Baskirt
java

In this article, you will learn Java 9 functional programming features. These are, takeWhile(), dropWhile(), immutableList, immutableSet, and immutableMap. I will explain each feature with clear examples. Let’s start! :) Java 9 Functional Programming Features We will start with takeWhile() … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java Stream Reduce with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Java Stream Reduce with examples. Streams reduction operation helps us to get results from streams elements by accumulation in sequence. I will show some examples of Stream.reduce() method to make the concepts more clear. Let’s … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Primitive Type Streams in Java with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Primitive Type Streams in Java with examples. I will also show various primitive type conversions in a stream. Let’s start! Primitive Type Streams in Java I will explain the primitive types with an example. … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java Streams Sources with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Java Streams Sources such as List, Set, Array, Map, and Stream.of(), etc. I will share 5 different examples to show the details of stream sources as much as I can. Let’s start! Java Streams … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java Streams Terminal Operations with Examples

October 10, 2021 by Onur Baskirt
java

In this article, we will learn Java Streams Terminal Operations such as AnyMatch, Collectors, Count, FindAny, FindFirst, Min, Max, NoneMatch, and AllMatch. Java streams should be ended with a terminal operation and we will have many options to use based on … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java Optional Class Guide with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Java Optional Class with examples. The optional class is introduced in Java 8 and helps us to deal with null pointer exceptions. Sometimes it is a nightmare to deal with NullPointerException when we are … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams
Older posts
Page1 Page2 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »