How to use Java to manage users, applications and more with FusionAuth... (more…)
Read more »
My previous post with Eight Core Java Questions was popular so I created nine more. Please join the discussion of the answers for these... (more…)
Read more »
It obviously cannot be any type that we ordinarily encounter. A variable of type String cannot hold a value of type Object — the Liskov substitution properties simply do not work that way round. The… (more…)
Read more »
H2 database is a small and compact way to store data directly from Java, especially because it can use simple binary files as storage. My go... (more…)
Read more »