About 11,200,000 results
Open links in new tab
  1. macos - How to install Java 8 on Mac - Stack Overflow

    Now when java 9 is out, running "brew cask install java" installs java 9. "brew cask install java8" wasn't working for me until I ran "brew tap caskroom/versions".

  2. How can I convert a Java 8 Stream to an Array? - Stack Overflow

    Apr 15, 2014 · What is the easiest/shortest way to convert a Java 8 Stream into an array?

  3. How to find maximum value from a stream of Integer values in Java 8

    Feb 25, 2025 · I have a list of Integer values named list, and from the list.stream() I want the maximum value. What is the simplest way? Do I need a comparator?

  4. java - JavaFX comes with JDK 8? - Stack Overflow

    Mar 14, 2016 · Edit Jan 2020 for those who stumble upon this question: With JDK 11, JavaFX is standalone; see jewelsea's answer below. Antonio Raposo's answer applies for JDK 8, but note that …

  5. java - Converting string to date using java8 - Stack Overflow

    Feb 27, 2016 · I am trying to convert a string to date using java 8 to a certain format. Below is my code. Even after mentioning the format pattern as MM/dd/yyyy the output I am receiving is yyyy/DD/MM …

  6. Java 8 streams to find the duplicate elements - Stack Overflow

    Dec 28, 2014 · I am trying to list out duplicate elements in an integer list using Streams of JDK 8. For example:

  7. java - Java8 - List of Integer values print Matching with 1 result ...

    Java8 - List of Integer values print Matching with 1 result showing 1 matching values Asked 2 years, 2 months ago Modified 2 years, 2 months ago Viewed 697 times

  8. Does Spring 3.0.x support Java 8? In Spring Starter I found ...

    Apr 11, 2023 · I was trying to create a Spring Boot 3.0.5 application, along with Java 8 in Spring Starter. Screenshot shared below Post which I checked the Explore button which helps in identifying what …

  9. java - Java8: HashMap<X, Y> to HashMap<X, Z> using Stream / Map …

    Sep 18, 2014 · Java8: HashMap<X, Y> to HashMap<X, Z> using Stream / Map-Reduce / Collector Asked 11 years, 2 months ago Modified 2 years, 4 months ago Viewed 274k times

  10. java - Java8 : stream findFirst result - Stack Overflow

    Jun 9, 2017 · Java8 : stream findFirst result Asked 8 years, 6 months ago Modified 5 years, 9 months ago Viewed 110k times