Java 8 Parallel Streams

Parallel Streams A serial stream processes elements in an ordered manner, one at a time. A parallel stream uses multiple threads to process data concurrently. By default, the no of available CPUs affects the no of threads available for parallel stream.   Creating Parallel Streams Using parallel() to create parallel stream from existing stream : […]

TopJavaTutorial Magazine : September 2016

  We have compiled a list of the most viewed articles of September 2016.   Here they are for your quick reference..     Running JavaScript from Java using Java 8 Nashorn engine   Java 8 Predicates   Java Arrays Class   How to iterate over HashMap in Java   10 Recursion programs in Java […]

TopJavaTutorial Magazine : August 2016

  We have compiled a list of the most viewed articles of August 2016.   Here they are for your quick reference..   Java Coding Interview Questions – Part 1   Java Coding Interview Questions – Part 2   Java Coding Interview Questions – Part 3   Java Coding Interview Questions – Part 4   […]

Top Java Tutorial Articles : July 2016

  We have compiled a list of the most viewed articles of July 2016.   Here they are for your quick reference..   Cloneable Interface and clone method in Java Read/Write PDF File in Java Java Interview questions for Experienced programmers   Scala Tutorial for Java programmers   jQuery Basics Getting html element content in […]

Top Java Tutorial Articles : June 2016

We have compiled a list of the most viewed articles of June 2016.   Here they are for your quick reference..   Java Concepts   Iterator Design Pattern ArrayList vs LinkedList HashMap, ConcurrentHashMap, HashTable and Collections.synchronizedMap differences Java 8 Interface with default methods vs Abstract Class   JavaScript and jQuery   Try Catch with JavaScript […]