Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me how I can able to create an IntStream for number of lists?

1 Answer

0 votes
by (26.7k points)

Basically, you can able to do that, using the function:

IntStream.range(1,1000)

I hope this will help.

Want to become a Java expert? join Java Course now!!

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 7, 2021 in Java by dante07 (13.1k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...