Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
MikeFHay
MikeFHay has asked
13
questions and find answers to
21
problems.
Stats
524
EtPoint
140
Vote count
13
questions
21
answers
About
UK-based software developer working primarily on back-end Java projects.
https://github.com/MikeFHay
MikeFHay questions
Where can I find unit tests for Java standard library classes?
Why is Joda Time serialized form so large, and what to do about it?
How to write a method which accepts any collection of classes which extend Throwable?
Is it possible to show in the project view of Netbeans whether a class is public or package-private?
IntelliJ IDEA JSX code style
How to refactor "stringly-typed" code?
Maven find path to dependency with invalid pom
Is HashBiMap threadsafe?
How do I exclude certain files from a svn diff?
Why is Files.lines (and similar Streams) not automatically closed?
MikeFHay answers
Where can I find unit tests for Java standard library classes?
Has conversion between Instant and Date changed from Java 8 to 11?
Use Generic Supplier to throw unchecked excpetion
Sort with one element at the end
Synchronized vs ReadWriteLock performance
IntelliJ IDEA JSX code style
Good practice when manipulating data in java [closed]
Implementing Monads in Java 8
Foreach vs common for loop
Why does List.of() in Java not return a typed immutable list?