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
26
problems.
Stats
611
EtPoint
161
Vote count
13
questions
26
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
Regular expression remove dash from tax id
Why are they holding this many instances(33) even before being asked for? Where did they get the number 16 from?
Java 8 parallel stream of list of method param
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