Amazon.com: Easy Learning Java (2 Edition): Java for Beginner's Guide Learn easy and fast (Easy learning Java and Design Patterns and Data Structures and Algorithms Book 1) eBook : Hu, Yang: Kindle Store... (more…)
Read more »
Julian Applebaum stopped by to discuss the challenges of moving Squarespace's Java monolith to a service-oriented architecture. Julian describes drawing boun... (more…)
Read more »
The Whyline for Java, an interactive debugging tool that lets you ask "why" questions about program out. - amyjko/whyline... (more…)
Read more »
Many Java users hate it at times for being too verbose. Many of us have started using other languages like Kotlin or Scala for their terseness and expressiveness. One of the feature that Java progr… (more…)
Read more »
In 64-bit Hotspot, Java objects have an object header of 128 bits: a 64 bit multi-purpose header (‘mark’ or ‘lock’) word and a 64-bit class pointer. With typical average object sizes of 5-6 words, this is quite significant: 2 of those words are al... (more…)
Read more »