SpiceQA
Questions
Tags
Users
Badges
user_1064245
@user_1064245
0
reputation
0
answers
4
questions
About Me
// Hello, World !
Top Answers
Why does the Java compiler 11 use invokevirtual to call private methods?
50 votes
Remote debugging a Java application
33 votes
Enforce immutable collections in a Java record?
25 votes
What is the difference between modules and JAR files?
24 votes
Java 9 + maven + junit: does test code need module-info.java of its own and where to put it?
20 votes
Top Questions
Why does IndexOutOfBoundsException now have a constructor with a long index as a parameter in Java 16?
29 votes
3 answers
Why does a lambda need to capture the enclosing instance when referencing a final String field?
12 votes
4 answers
SecureRandom stream weird behavior with multiple threads
3 votes
1 answers
Java SSL socket layered over existing socket SSLSocketFactory: does it require a host parameter?
2 votes
1 answers