Top 10 biggest Tech stories of 2008

Top 10 biggest Tech stories of 2008

In the year 2008 Tech industry has seen lot of ups and downs. Starting from Microsoft proposed acquisition of Yahoo to launching of Apple’s iPhone; Tech world has seen lots of new things in...

Tutorial: Create JSP custom tag library

Tutorial: Create JSP custom tag library

A Custom tag is a user defined JSP language element. When a JSP page containing custom tag is translated into a Servlet, the tag is converted to operations on an object called tag handler....

Java Virtual Machine, An inside story!!

Java Virtual Machine, An inside story!!

Java Virtual Machine, or JVM as its name suggest is a “virtual” computer that resides in the “real” computer as a software process. JVM gives Java the flexibility of platform independence. Let us see...

Tutorial: Struts File Upload Example.

Let us see how we can implement file upload functionality using Apache Struts Framework. I assume you have basic knowledge about Struts and know the flow of a struts application. If you are new...

How to: Reset MySQL root password

Resetting the root password of a MySQL database is trivial if you know the current password if you don’t it is a little trickier. Thankfully it isn’t too difficult to fix, and here we’ll...