Comments on: Become a Master of Java Streams – Part 1: Creating Streams
https://speedment.com/become-a-master-of-java-streams-part-1-creating-streams/
Build Fast Java Applications for the Fastest Business Performance
Fri, 01 May 2020 05:21:37 +0000
hourly
1 https://wordpress.org/?v=5.1.1
By: Anita
https://speedment.com/become-a-master-of-java-streams-part-1-creating-streams/#comment-1
Fri, 01 May 2020 05:21:37 +0000#comment-1Cool!
]]>
By: Shivam Kumar
https://speedment.com/become-a-master-of-java-streams-part-1-creating-streams/#comment-6
Sat, 14 Dec 2019 13:50:15 +0000#comment-6Nice jobs!! keep work up!! Nice article How to create file in java
]]>
By: Per Minborg
https://speedment.com/become-a-master-of-java-streams-part-1-creating-streams/#comment-18
Wed, 06 Nov 2019 12:00:14 +0000#comment-18Hi Óscar and thank you for your question!
The test should work because it sets up the same "seed" for the Random generator each time.
Happy coding!
]]>
By: Óscar Delgado
https://speedment.com/become-a-master-of-java-streams-part-1-creating-streams/#comment-19
Wed, 06 Nov 2019 11:25:00 +0000#comment-19The seventh test of Unit 1, infiniteRandomInts(), is suppossed to pass? Each ejecution will generate different values, isnt it?