Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Brian Goetz
Brian Goetz has asked
0
questions and find answers to
210
problems.
Stats
8.1k
EtPoint
3.2k
Vote count
0
questions
210
answers
About
Java Language Architect at Oracle.
Author,
Java Concurrency in Practice
.
@BrianGoetz on Twitter.
Brian Goetz questions
Brian Goetz answers
Special Identifiers: serialVersionUID and serialPersistentFields
How can I use Java records as DTO with ModelMapper?
Why is the variable arity record component not inferred with custom constructor?
What is the default Set/List implementation with Collectors in Java 8 Stream API?
How do streams / fork-join access arrays thread-safely?
In what scenarios should I use JEP334 (JVM Constants API)
Would Stream.toList() perform better than Collectors.toList()
Closure in Java - Captured value - why this unexpected result?
How can I log a human-readable string for a lambda?
How to implement Stack Iteration using Java 8 Stream