tangorishi / learnJava

LearnJava - Hacktoberfest 2023 🚀 Join us in celebrating Hacktoberfest 2023 by contributing to this Java programming repository! Whether you're a beginner or an expert, dive into Java, share your knowledge, and make Hacktoberfest unforgettable. 📚💻 Happy coding and contributing! 🚀🌟
MIT License
26 stars 45 forks source link

Feature/stream api #97

Closed HarshitPachori closed 10 months ago

HarshitPachori commented 10 months ago

I have added Stream API in java with its different operations or methods like map() , filter(), reduce(), forEach() , etc. This will have learners to prepare for there interviews for these latest concepts in Java programming language.

tangorishi commented 10 months ago

Use the pr template given in the readme file

HarshitPachori commented 10 months ago

Description: I am new to open source contribution and wanted to share all the knowledge that I have acquired in programming and tech field . In this Repository I want to contribute by adding Stream API in Java . It will help the new Leaners to prepare for there interviews for these latest concepts in Java programming language.

Changes Made: I have added a markdown file having Stream API in java with its different operations or methods like map() , filter(), reduce(), forEach() , etc. along with some theoritical explanation.

Testing Done: I have tested the markdown file and also the content of the file it is well formated and easily understandable.

Additional Notes: Contributing to this repository will help me to participate in the Hacktoberfest 2023 and open source collaboration.

By submitting this PR, I confirm that my contributions are made under the terms of the MIT License.

Signed-off-by: [ Harshit Pachori ] harshitpachori345@gmail.com

tangorishi commented 10 months ago

Gg @HarshitPachori