Core Java
-
Top 20 Core Java Interview Questions and Answers from Investment Banks
This is a new series of sharing core Java interview questions and answers on the Finance domain and mostly on…
Read More » -
What Might a New @Deprecated Look Like?
JDK Enhancement Proposal (JEP) 277 (“Enhanced Deprecation“) proposes to “revamp the deprecation annotation and provide tools to strengthen the tail…
Read More » -
5 Free OCAJP8, OCPJP8 Mock Exams and Practice questions – 1Z0-808 809 (Java 8 Certification)
In order to do well on Java certifications, you need good books and a reasonable number of practice questions before…
Read More » -
Let’s pause for a Microsecond
A lot of benchmarks in low latency Java applications involve having to measure a system under a certain load. This…
Read More » -
Applying IDE Inspections to Custom Java Annotations
The introduction of annotations with J2SE 5 has changed how we write and process Java. Besides Java SE’s predefined annotations,…
Read More » -
Java multi-threading: volatile variables, happens-before relationship, and memory consistency
What is a volatile variable? volatile is a keyword in Java. You cannot use this as a variable or method…
Read More » -
Akka Typed Actors: Exploring the receiver pattern
In the previous article we looked at some of the basic features provided by Akka Typed. In this article and…
Read More » -
Java Memory Architecture (Model), Garbage Collection and Memory Leaks
Java Memory Architecture (Java Memory Model) The above is the Java Memory Model for the Heap as well as the…
Read More » -
JavaOne 2015 continues and Java will live forever (… well maybe a LONG-TAIL)
Okay. Maybe I am being over dramatic in the title. I do believe that Java, the ecosystem, the community, the…
Read More »