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
206
problems.
Stats
8.0k
EtPoint
3.2k
Vote count
0
questions
206
answers
About
Java Language Architect at Oracle.
Author,
Java Concurrency in Practice
.
@BrianGoetz on Twitter.
Brian Goetz questions
Brian Goetz answers
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
groupingBy & Java 8 - after groupingBy convert map to a list of objects
It is possible to define the return type of a lambda expression?
Using Java 14 Records for generic (non-data) classes with only final fields [closed]