Most voted "java-10" questions
Use this tag to ask specifically about version 10 of Java. Always remember to also use the Java tag.
Learn more…3 questions
Sort by count of
-
12
votes2
answers214
viewsWhat is the difference of var between Kotlin and Java?
With the release of Java 10, the possibility of using the var: var list = new ArrayList<String>(); I’ve seen the difference between val and varin Kotlin, but I would like to know more about…
-
2
votes1
answer503
viewsError compiling a modular Maven project with modular java 10
I am adapting the exercise of the book "Java 9 - Interactive, reactive and modularized - author Rodrigo Turini" to a modular Maven project with java 10 modular. However this gives error when…
-
0
votes1
answer666
viewsjava.lang.Classnotfoundexception sun.misc.GC
I switched to Java 10 and I am using Tomcat 8 and every time I turn on Tomcat the error happens below: SEVERE: Failed to trigger creation of the GC Daemon thread during Tomcat start to prevent…