What is spliterator in java se 8?



What is spliterator in java se 8?..

Answer / Shalini Pathak

Spliterator is an interface introduced in Java SE 8 that provides a common way to create iterable streams, sequential or parallel, from any collection or array. It allows for efficient parallel processing of large data sets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

Please can anybody explain what exactly "the project architecture" means???

1 Answers  


What is java aop?

1 Answers  


What is transaction management in java?

1 Answers  


What's the difference between local, global and universal groups? : java security

1 Answers  


what diff bw constructor method & method

4 Answers   CTS,


What is the locale class?

0 Answers  


Why sun introduce concept of anonymous class? What is need and real life use of anonymous class

1 Answers  


What is dto layer in java?

1 Answers  


program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?

1 Answers   St. Pauls University,


What is the first argument of the string array in main method?

0 Answers  


What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?

1 Answers  


What does public static void main(string[]) mean?

1 Answers  


Categories