<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Java Double Colon Operator</title><link>http://www.bing.com:80/search?q=Java+Double+Colon+Operator</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Java Double Colon Operator</title><link>http://www.bing.com:80/search?q=Java+Double+Colon+Operator</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>The Double Colon Operator in Java - Baeldung</title><link>https://www.baeldung.com/java-8-double-colon-operator</link><description>A quick guide to the double colon operator in Java 8 and how it should be used in practice.</description><pubDate>Thu, 25 Jun 2026 00:31:00 GMT</pubDate></item><item><title>Double colon (::) operator in Java - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/java/double-colon-operator-in-java/</link><description>The double colon (::) operator, also known as method reference operator in Java, is used to call a method by referring to it with the help of its class directly.</description><pubDate>Sun, 28 Jun 2026 18:57:00 GMT</pubDate></item><item><title>double colon) operator in Java 8 - Stack Overflow</title><link>https://stackoverflow.com/questions/20001427/double-colon-operator-in-java-8</link><description>The double colon, i.e., the :: operator, was introduced in Java 8 as a method reference. A method reference is a form of lambda expression which is used to reference the existing method by its name.</description><pubDate>Fri, 26 Jun 2026 00:52:00 GMT</pubDate></item><item><title>Unveiling the Power of Two-Colons in Java - javaspring.net</title><link>https://www.javaspring.net/blog/two-colons-java/</link><description>In Java, the double colon (`::`) operator, also known as the method reference operator, was introduced in Java 8 as part of the Java Stream API and functional programming enhancements. It provides a concise way to refer to existing methods by their names without having to invoke them immediately. This blog post will take you on a journey through the fundamental concepts, usage methods, common ...</description><pubDate>Sat, 27 Jun 2026 00:58:00 GMT</pubDate></item><item><title>java - Why must we use double colons for method references? - Stack ...</title><link>https://stackoverflow.com/questions/20599579/why-must-we-use-double-colons-for-method-references</link><description>The double colon operator is a new operator provided in Java8. It is syntactic sugar that tells the compiler to generate a lambda based on context which will call the method.</description><pubDate>Tue, 23 Jun 2026 19:03:00 GMT</pubDate></item><item><title>Double Colon Operator (::) in Java - Delft Stack</title><link>https://www.delftstack.com/howto/java/double-colon-operator-in-java/</link><description>When and How to Use the Double Colon (::) Operator in Java We can use the :: operator while dealing with static methods, instance methods, super methods, instance method of an arbitrary object of a particular type, and even class constructors.</description><pubDate>Tue, 16 Jun 2026 12:09:00 GMT</pubDate></item><item><title>The Double Colon Operator in Java | by Kana | Medium</title><link>https://medium.com/@iamkana/the-double-colon-operator-in-java-44754363f2b5</link><description>With Java 8, the double colon :: operator was introduced, called method reference, which can be used as a more concise alternative to certain lambda expressions -&gt;.</description><pubDate>Sun, 16 Nov 2025 23:59:00 GMT</pubDate></item><item><title>Java 8 Double Colon (::) Operator: How Math::max Converts to ...</title><link>https://www.javathinking.com/blog/double-colon-operator-in-java-8/</link><description>Java 8 revolutionized the language with the introduction of lambda expressions and method references, enabling more concise and readable code. Among these features, the double colon (::) operator stands out as a shorthand for method references, allowing developers to refer to methods without invoking them.</description><pubDate>Thu, 28 May 2026 17:25:00 GMT</pubDate></item><item><title>Java 8 method references, double colon (::) operator</title><link>https://mkyong.com/java8/java-8-method-references-double-colon-operator/</link><description>- Java 8 method references, double colon (::) operator Output Employee{name='zilap', age=5, salary=100} Employee{name='ali', age=25, salary=2500} Employee{name='mkyong', age=38, salary=3800} Employee{name='unknown', age=99, salary=9999} 3. Reference to an instance method of an arbitrary object of a particular type. The statement is a bit confusing, need little explanation, see below samples ...</description><pubDate>Thu, 25 Jun 2026 16:23:00 GMT</pubDate></item><item><title>Double colon (::) operator in Java - Online Tutorials Library</title><link>https://www.tutorialspoint.com/article/double-colon-operator-in-java</link><description>The double colon operator consists of two colons (::) sandwiched between the class name or object reference and the method name. It serves as a shorthand notation for referring to a method or constructor in Java.</description><pubDate>Sat, 27 Jun 2026 01:55:00 GMT</pubDate></item></channel></rss>