Core Java
-

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 » -

Speed Up with Fast Java and File Serialization
Since the first version of Java, day-by-day many developers have been trying to achieve at least as good of performance…
Read More » -

Backreferences in Java Regular Expressions
Backreferences in Java Regular Expressions is another important feature provided by Java. To understand backreferences, we need to understand group…
Read More »


