About 9,730,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 to install openJdk 8 in windows 64 bit os - Stack Overflow

    Oct 22, 2018 · The best way to do this is to use the builds from adoptopenjdk. They're very high quality and come in multiple variants for Windows ranging from zip files to MSI installers. Dead simple to …

  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 8 - Remove duplicate from List java8 - Stack Overflow

    Jul 31, 2017 · I have a class below, and wanted to remove duplicate person which contain same name, how to do by using Java8 Lambda, expected List contains p1, p3 from the below. Person: public …

  5. How to use a Java 8 lambda to sort a Stream in reverse order?

    I'm using a Java lambda to sort a list. How can I sort it in a reverse way? I saw How to sort ArrayList<Long> in decreasing order?, but I want to use a Java 8 lambda. Here is my code (I …

  6. High memory usage in Java 21 compared to Java 8 - Stack Overflow

    Sep 24, 2024 · We recently upgraded from Java 8 to Java 21 and noticed a significant increase in memory consumption in our Java applications. Our applications are deployed in containers based on …

  7. java - Javaで利用可能なメモリサイズのデフォルト値は? - スタック …

    Nov 26, 2014 · Java8以降:言及はありませんが、Metaspace領域の特性から考えると可能な限り Java8ではヒープメモリのPermanent領域が消えて、 代わりにネイティブメモリにMetaspace領域 …

  8. java 8 - Converting Array to List - Stack Overflow

    May 8, 2015 · In order to convert an Integer array to a list of integer I have tried the following approaches: Initialize a list (Integer type), iterate over the array and insert into the list By

  9. Convert a list of objects to a Map with multiple values per key in Java ...

    Feb 12, 2018 · I have a class like this ObjectA id type where id is unique but the type can be duplicate so if I have a list of ObjectA like this (id, type) = (1, "A") , (2, "B"), (3, "...

  10. minimum hibernate version compatible with java8 - Stack Overflow

    I have a terrible time trying to find out which is the minimum version of Hibernate that supports being run on a java8 JRE, where the user code will use java8 features. I found this bug, but it ta...