Search code examples
Will it be possible to annotate lambda expression in Java 9?...


javalambdaannotationsjava-9

Read More
Now that `finalize()` is deprecated in Java, what should be used instead, especially for a global si...


javagarbage-collectionjava-9finalizer

Read More
Why does array[idx++]+="a" increase idx once in Java 8 but twice in Java 9 and 10?...


javajava-8javacjava-9java-10

Read More
Failed to install android-sdk: "java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSc...


javaandroidjava-9

Read More
How to quit the JShell and go back to the command-line?...


javajava-9jshell

Read More
How to execute a script java with jshell?...


javashebangjava-9jshell

Read More
Is there a way to remove imports in JShell?...


javaimportjava-9jshell

Read More
Scanner.findAll() and Matcher.results() work differently for same input text and pattern...


javaregexjava.util.scannerjava-9

Read More
Observer is deprecated in Java 9. What should we use instead of it?...


javajava-8deprecatedobserver-patternjava-9

Read More
Java, IllegalAccessorError: superclass access check failed...


javajava-9

Read More
How is takeWhile different from filter?...


javajava-streamjava-9

Read More
What is the replacement for javax.activation package in java 9?...


javajvmjava-9javax.activation

Read More
Cannot be cast to class - they are in unnamed module of loader 'app'...


javaspring-bootjava-9java-module

Read More
How to find the indices of the visible rows in a TableView in JavaFX 9...


javajava-9javafx-9

Read More
How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException...


javajaxbjava-9java-11java-10

Read More
When was the JRE discontinued as a separate offering?...


javajava-9java-11java-modulejlink

Read More
How to solve InaccessibleObjectException ("Unable to make {member} accessible: module {A} does ...


javareflectionjava-9java-modulejava-platform-module-system

Read More
How to obtain pid from Process without illegal access warning with Java 9+?...


javareflectionprocesspidjava-9

Read More
List.of() or Collections.emptyList()...


javacollectionsjava-9

Read More
How to tell eclipse to add-exports when compiling...


javaeclipsejavacjava-9

Read More
javax.xml.bind.JAXBException Implementation of JAXB-API has not been found on module path or classpa...


xmlexceptionjaxbbindjava-9

Read More
JAXB not available on Tomcat 9 and Java 9/10...


javatomcatjava-9java-10

Read More
How to take user input in jshell script?...


java-9jshell

Read More
Starting jstatd in Java 9+...


javajava-9jstatd

Read More
JDK 14 doesn't have rt.jar with it. Where are bootstrap classes then?...


javajava-9java-14rt.jar

Read More
JDK9 Automatic Modules and "Split Packages" Dependencies...


javamavenjava-9hamcrestjava-module

Read More
What is the difference between List.of and Arrays.asList?...


javalistjava-9

Read More
Unrecognized VM option 'MaxPermSize=512m' when running Zeppelin...


javaubuntujava-8java-9apache-zeppelin

Read More
Loading classes and resources post Java 9...


javaspring-bootjava-9java-platform-module-systemmodule-path

Read More
Java 9 ifPresentOrElse returning value...


javalambdaoption-typejava-9

Read More
BackNext