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
23
problems.
Stats
558
EtPoint
148
Vote count
13
questions
23
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
How to simulate 60% probability in Java with Math.random()
How to ignore a failed CompletableFuture call when multiple Async calls are made in Java?
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