News

Type erasure in Java generics programming can cause a variety of problems in your code. Fortunately, there are ways to work around them.
MicroStream abstracts the Java persistence layer so you can think about data persistence in an object-oriented way. Here's a hands-on introduction.
Has the ConcurrentModificationException been thrown in you Java app? Here are four simple ways to fix the ConcurrentModificationException in your code.