Core Java
-
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 » -
NetBeans 7.4 Beta Hints Warn of Ineffective Exception Handling
There are numerous examples of how Java exception handling can be more difficult than it might first appear and Josh…
Read More » -
The Pros and Cons of Play and Grails Java Framework
Frameworks simplify the process of application development by providing some helpful features to programmers. Java frameworks are often used by…
Read More » -
Java Stored Procedures in Java DB
1 Java Stored Procedure This post is about Java stored procedures in Java DB. Java DB is a relational database…
Read More » -
What’s new in Java 8 (Part I – JavaFX)
Disclaimer: I do not work for Oracle or represent Oracle in any way. This list of features is not official.…
Read More » -
Top 10 Books For Advanced Level Java Developers
Java is one of the most popular programming language nowadays. There are plenty of books for beginners. But to those…
Read More » -
Core Java Interview Questions
Q. What if the main method is declared as private? Answer: The program compiles properly but at runtime it will…
Read More »