<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>java8 Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/java8/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/java8/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Sun, 12 Feb 2023 12:55:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>java8 Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/java8/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Java8 Optional class, usage and advantages ?</title>
		<link>https://onlinetutorialspoint.com/java8/java8-optional-class-usage-and-advantages/</link>
					<comments>https://onlinetutorialspoint.com/java8/java8-optional-class-usage-and-advantages/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 14 Feb 2023 04:41:53 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[optional]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=13428</guid>

					<description><![CDATA[<p>The Optional class was introduced in Java 8 as a way to handle the null values in a cleaner and more elegant way. The Optional class is a container object that can either contain a non-null value or be empty. Java8 Optional Class: The Optional class in Java is a container class that is designed</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/java8-optional-class-usage-and-advantages/">Java8 Optional class, usage and advantages ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/java8-optional-class-usage-and-advantages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to handle Null Values in Java8 Streams?</title>
		<link>https://onlinetutorialspoint.com/java8/how-to-handle-null-values-in-java8-streams/</link>
					<comments>https://onlinetutorialspoint.com/java8/how-to-handle-null-values-in-java8-streams/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Mon, 13 Feb 2023 12:38:31 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[streams]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=13424</guid>

					<description><![CDATA[<p>Java Streams is a powerful API for processing data and performing complex operations in an efficient and elegant manner. However, one of the challenges when working with streams is how to handle null values. In this article, we will explore different ways to handle null values when working with Java streams. Handling Null values in</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/how-to-handle-null-values-in-java8-streams/">How to handle Null Values in Java8 Streams?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/how-to-handle-null-values-in-java8-streams/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java8 map() vs reduce() ?</title>
		<link>https://onlinetutorialspoint.com/java8/java8-map-vs-reduce-methods/</link>
					<comments>https://onlinetutorialspoint.com/java8/java8-map-vs-reduce-methods/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Mon, 13 Feb 2023 05:17:00 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=13413</guid>

					<description><![CDATA[<p>The Java Stream API provides several aggregate operations to process data in a functional way. Two of these operations, map() and reduce(), are often used in combination to perform complex transformations on collections of data. While they are similar in some ways, they are also different and serve different purposes, so it's important to understand</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/java8-map-vs-reduce-methods/">Java8 map() vs reduce() ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/java8-map-vs-reduce-methods/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java8 map() vs flatMap() ?</title>
		<link>https://onlinetutorialspoint.com/java8/java8-map-vs-flatmap/</link>
					<comments>https://onlinetutorialspoint.com/java8/java8-map-vs-flatmap/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 12 Feb 2023 12:06:08 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=13404</guid>

					<description><![CDATA[<p>Java 8 introduced streams as a way to process data in a functional and efficient manner. One of the key concepts of streams is the ability to perform aggregate operations, such as filtering, mapping, and reducing. In this article, we will focus on two of these operations: map() and flatMap(). Java8 map() vs flatMap(): The</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/java8-map-vs-flatmap/">Java8 map() vs flatMap() ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/java8-map-vs-flatmap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Convert Iterable to Stream Java 8</title>
		<link>https://onlinetutorialspoint.com/java8/how-to-convert-iterable-to-stream-java-8/</link>
					<comments>https://onlinetutorialspoint.com/java8/how-to-convert-iterable-to-stream-java-8/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 05 May 2020 09:47:45 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[Parallel Streams]]></category>
		<category><![CDATA[streams]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8642</guid>

					<description><![CDATA[<p>Now there is a frequent scenario to convert Iterable to Stream as we are dealing with JPA repositories. Most of the JPA findByXXX methods return Iterable type. Convert Iterable to Stream Java 8: Stream API provides a lot of flexibility to access the Java collections, for example, filter based on specific conditions, grouping of items,</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/how-to-convert-iterable-to-stream-java-8/">How to Convert Iterable to Stream Java 8</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/how-to-convert-iterable-to-stream-java-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Sort an Array in Parallel in Java 8</title>
		<link>https://onlinetutorialspoint.com/java8/how-to-sort-an-array-in-parallel-in-java-8/</link>
					<comments>https://onlinetutorialspoint.com/java8/how-to-sort-an-array-in-parallel-in-java-8/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 08 Oct 2019 08:11:28 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[java8 features]]></category>
		<category><![CDATA[Parallel Streams]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8266</guid>

					<description><![CDATA[<p>The current sorting implementations provided by the Java Collection Framework, i.e. Collections.sort and Arrays.sort sequentially performs the sorting. In this tutorial, we will see how to sort an array in parallel. How to Sort an Array in Parallel in Java 8: Java 7 has been introduced fork/join parallelism framework for lightweight data processing. By taking</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/how-to-sort-an-array-in-parallel-in-java-8/">How to Sort an Array in Parallel in Java 8</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/how-to-sort-an-array-in-parallel-in-java-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java 8 How to get common elements from two lists</title>
		<link>https://onlinetutorialspoint.com/java8/java-8-how-to-get-common-elements-from-two-lists/</link>
					<comments>https://onlinetutorialspoint.com/java8/java-8-how-to-get-common-elements-from-two-lists/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sat, 28 Sep 2019 15:35:25 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[java 8]]></category>
		<category><![CDATA[Java Collections]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8237</guid>

					<description><![CDATA[<p>Here we will see how to get common elements from two lists we can even say the intersection of two lists using different ways. Example: Input: a = {"1","2","3","4","5"} b = {"1","2","3"} Result: 1,2,3 Get Common Elements from two Lists: retainAll() method from the Collection interface is used to remove the common elements from two</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/java-8-how-to-get-common-elements-from-two-lists/">Java 8 How to get common elements from two lists</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/java-8-how-to-get-common-elements-from-two-lists/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Java &#8211; How to Convert InputStream to String</title>
		<link>https://onlinetutorialspoint.com/java8/java-how-to-convert-inputstream-to-string/</link>
					<comments>https://onlinetutorialspoint.com/java8/java-how-to-convert-inputstream-to-string/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Fri, 13 Sep 2019 04:02:07 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[InputStream to String]]></category>
		<category><![CDATA[Parallel Streams]]></category>
		<category><![CDATA[streams]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8224</guid>

					<description><![CDATA[<p>In this tutorial, we will see different ways to convert InputStream to String in java. How to Convert InputStream to String: Converting InputStream to String is a very common use case while reading data from files. In Java, there are different ways to convert InputStream to String using different libraries. Let's look into the possibilities.</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/java-how-to-convert-inputstream-to-string/">Java &#8211; How to Convert InputStream to String</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/java-how-to-convert-inputstream-to-string/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Java 8 Stream generate random String and Numbers</title>
		<link>https://onlinetutorialspoint.com/java8/how-java-8-stream-generate-random-string-and-numbers/</link>
					<comments>https://onlinetutorialspoint.com/java8/how-java-8-stream-generate-random-string-and-numbers/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Fri, 13 Sep 2019 01:17:31 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[streams]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8220</guid>

					<description><![CDATA[<p>In this tutorial, we will see how Java 8 Stream Generate Random String and Numbers. Stream generate random String: Stream provides generate method - It returns an infinite sequential unordered stream where each element is generated by the given supplier. Syntax: static &lt;T&gt; Stream&lt;T&gt; generate(Supplier&lt;T&gt; s) The random method takes Supplier as a parameter, generates</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/how-java-8-stream-generate-random-string-and-numbers/">How Java 8 Stream generate random String and Numbers</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/how-java-8-stream-generate-random-string-and-numbers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java 8 Getting Min and Max values from a Stream</title>
		<link>https://onlinetutorialspoint.com/java8/java-8-getting-min-and-max-values-from-a-stream/</link>
					<comments>https://onlinetutorialspoint.com/java8/java-8-getting-min-and-max-values-from-a-stream/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 16:00:18 +0000</pubDate>
				<category><![CDATA[java8]]></category>
		<category><![CDATA[streams]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8214</guid>

					<description><![CDATA[<p>Getting Min and Max values from a Stream in Java 8 is not a big deal, here we will see how it can be done. Getting Min and Max values from a Stream: Here are our use cases to get min and max values from the stream. Usecases: Usecase // Numbers Collection&lt;Integer&gt; elements = Arrays.asList(1,2,3,4,5);</p>
<p>The post <a href="https://onlinetutorialspoint.com/java8/java-8-getting-min-and-max-values-from-a-stream/">Java 8 Getting Min and Max values from a Stream</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java8/java-8-getting-min-and-max-values-from-a-stream/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
