-
Core Java
JVM options: -client vs -server
Have you ever wonder what is this -client or -server switch when you run your java app? e.g.: javaw.exe -client…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W29
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Enterprise Java
jqGrid, REST, AJAX and Spring MVC Integration
More than two years back I wrote an article on how two implement elegant CRUD in Struts2. Actually I had…
Read More » -
Enterprise Java
Hibernate autocommit commands force MySQL in excessive disk I/O
Dear All, I am sure many of you use Hibernate and MySQL, I use it here and there myself. Generally…
Read More » -
Core Java
Incorrect Core Java Interview Answers
Overview On the internet, Java interview questions and answers get copied from one web site to another. This can mean…
Read More » -
Software Development
The top 9+7 things every programmer or architect should know
I recently finished 97 Things every programmer should know. Well to be completely honest I did skim over a couple…
Read More » -
Core Java
Java 7: try-with-resources explained
This article examines the use of the try-with-resources statement. This is a try statement that declares one or more resources.…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W28
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Android Games
Android Game Development – The Game Loop
The game loop is the heartbeat of every game. We used a very rudimentary one so far (you can find…
Read More »