Core Java
-
What’s new in Java 8 (Part II – What might come)
Disclaimer: I do not work for Oracle or represent Oracle in any way. This list of features is not official.…
Read More » -
Top 10 Questions of Java Strings
The following are top 10 frequently asked questions about Java Strings. 1. How to compare strings? Use “==” or use…
Read More » -
Scalable Counters For Multi Core
Counters are required everywhere , for e.g. to find key KPI of application, load on application, total number of request…
Read More » -
Better JUnit-based Unit Tests with NetBeans 7.4 beta Hints
In my last post, I wrote about hints provided in NetBeans 7.4 beta that improve a developer’s ability to avoid…
Read More » -
On a quest for missing stacktraces
One comment to our recent blog post brought back some memories about a specific experience. The type of experience I…
Read More » -
Java Mission Control 5.2 is Finally Here! Welcome 7u40!
It has been a while since we last heard of this fancy little thing called Mission Control. It came all…
Read More » -
Dealing With Slow Resource Leaks
Finding resource leaks using Java-monitor Finding slow resource leaks is key to keeping your application servers up and running for…
Read More » -
Deep dive into Optional class API in Java 8
We all as Java programmers been through the situation where in we invoke a method to get some value and…
Read More » -
Thread Jiggling
Overview Thread jiggler is a simple testing framework for exercising code to find threading problems. It works by modifying classes…
Read More »