Java8 | 46 | Stream operations | Tamil

Ойын-сауық

NOTES:
In Java 8, streams are a powerful new tool for working with collections of data. They allow you to perform operations on the data in a sequential or parallel fashion, and they can be chained together to form complex pipelines.
One of the key concepts of streams is the distinction between intermediate and terminal operations. Intermediate operations are those that return a new stream as a result. This means that they can be chained together with other intermediate operations to form a pipeline. Terminal operations, on the other hand, do not return a new stream. They perform an operation on the current stream and produce a result, such as a count, a sum, or a collection of elements.
Here are some examples of intermediate operations:
🔹filter(): This operation returns a new stream containing only the elements that match a given predicate.
🔹map(): This operation returns a new stream containing the results of applying a given function to each element of the original stream.
🔹sorted(): This operation returns a new stream containing the elements of the original stream sorted according to a given comparator.
Here are some examples of terminal operations:
🔹forEach(): This operation performs an action on each element of the stream.
🔹count(): This operation returns the number of elements in the stream.
🔹max(): This operation returns the maximum element in the stream.
Support by donating:
---------------------------------
Google Pay UPI Id: arulprasath36@okicici
Name: Arulprasath
Email: arulprasath36@gmail.com
Follow me on Linked In: / arulprasath-ranganatha...
Instagram: im_arulprasath
website: www.arulprasathranganathan.com
You can watch my other tutorials
------------------------------------------------------
Selenium basics: bit.ly/2XtOt1F
Selenium Advanced: bit.ly/2WYieZe
TestNG Absolute Beginner Guide: bit.ly/2N6xgaM
Data-driven framework: bit.ly/2WVjSFT
Page Object Model: bit.ly/2IAXJZR
Framework development using POM and Cucumber: rb.gy/fer4sw
Keyword driven framework development: rb.gy/gosduk
How to write XPath on our own: bit.ly/2KwMLql
Must know Java concepts for Selenium: bit.ly/31Ro7G8
Selenium Interview Questions: bit.ly/2N6xu1F
Java for Selenium Automation: bit.ly/2IylOAh
Maven beginner guide: bit.ly/2Rsigm0
GitHub Absolute beginner Guide: bit.ly/2Kxdzqj
REST Web services beginner guide: bit.ly/2N69rQq
Cucumber absolute beginner guide: bit.ly/2X0lSBB
Acceptance Testing (Fitnesse) beginner guide: bit.ly/2Y6oE55
Jenkins beginner guide: bit.ly/2X39fGb
Jmeter beginner tutorials: bit.ly/32achqW
Java programs for Interview: bit.ly/3AZ5u4M
Frequently Asked Interview questions for testers: bit.ly/3xFfyhm
Agile beginner tutorials: bit.ly/3khmT2z
Jira beginner tutorials : bit.ly/2TZLE97
Rest Assured beginner tutorials: bit.ly/3i4lpGw
Selenium Exceptions: bit.ly/36BpYCS
Manual testing tutorials: rb.gy/htjdm4
Freshers Tips and Guidance: rb.gy/m97ze8
ISTQB Foundation level Videos: rb.gy/erkss9
Postman Absolute beginner Tutorials: rb.gy/u5hds6
Roadmap for Freshers and Professionals: rb.gy/vuhvap
Complete Rest Assured Tutorials: rb.gy/3wgta9

Пікірлер: 3

  • @shadow2731
    @shadow273110 ай бұрын

    Nice video bro

  • @shadow2731
    @shadow273110 ай бұрын

    Spring boot video podunga bro

  • @LearnAutomationOnline

    @LearnAutomationOnline

    10 ай бұрын

    I am in the process finishing up some essentials for test automation. Wil bring up rest of the items once it's done.

Келесі