Core Java
-
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 » -
Java 7 vs Groovy 2.1 Performance Comparison
I haven’t used Groovy for 2 years, since my last touch with Grails. I get stuck in (hard)core Enterprise Java,…
Read More » -
Pitfalls of Java Comparable interface
Java Comparable interface provides a way to do natural ordering for classes implementing the interface. Natural ordering makes sense for scalars and…
Read More » -
Throwing Exceptions – slow and ugly
This post is about a historical experience in conjunction with recently applied performance optimization techniques. Years ago I was swearing…
Read More »