While working on one of the forum project, I had to print the timestamp of a topic in format "N…
While working on one of the application, I had to manage users who logged in to the application and manage…
Hope you all have heard that behind-the-scene progress of the new version of HTML, is cruising through. There are some…
The basic part is very easy. To do this, we will use the Runtime’s exec method. The code would be…
Web 2.0 – It was a huge step forward for the www, where we saw and continue to experience various…
GMail has released today another cool feature under GMail labs. Now you can automatically translate any of your email written…
The java IDEs (eclipse, IRAD etc) contribute a scrapbook facility that can be used to try and evaluate Java expressions…
Reading runtime information about Java is useful sometime when your application is struggling in getting resources. System Memory is one…
Ever thought why would one need to fetch random rows from a database table? You may want to display some…
I think I am late for writing about varargs. The feature of variable argument has been added in Java 5…