A beginner’s appraoch to JAVA

Thursday, January 3rd, 2008 136 views

Updated on: 02 August, 2008 at 11:51 PM IST So here I am again with something related to programming after a long time. Why JAVA ? Its Portable (write once and run anywhere) Its Reusable (Follow the concept of OOP- object oriented programming) Its Modular (A problem can be divide into smaller modules and worked ...

Oracle - Tips and Tricks

Friday, December 7th, 2007 149 views

Its hard to live without database if u are a developer or even a normal user. You need to hav some place where data is to stored and retrieved efficiently with less hassles. Here I am discussing about simple Oracle Tricks that can save your time and get u prepared for ...

A concise guide to setup Oracle database connection with Java/JSP

Monday, November 5th, 2007 185 views

Updated on: 03 August, 2008 at 1:16 AM IST It was one part of our project. The whole thing was a mess to deal with. I couldn't find out a single guide that was simple and concise enough to get me working with project. So here is the whole guide ...