Register your domain! Cheapest ever

October 30th, 2008

One of the best service provider: Host your Web site with StartLogic!

affiliate_link

Choose The Right Goals

August 13th, 2008

Setting goals alone is not the only problem that many people face. Even choosing the right goals to start with is a difficult one. One should always choose to work a goal that he/she feels is required for  their health, growth and happiness.

July 25th, 2008

Every class inherits finalize() method from Object class.

This method is usually called by the garbage collector to that no more references to the object exist .

object class finalize method performs no significant action so normally it is overridden by a java class for clean up code  e.g. closing a file, database connections termination etc.

Good practice is to use a try-catch-finally statement and to always call super.finalize() method.

Finalize runs only once for every object.

protected void finalize() throws Throwable {

try {

close();

} catch(Exception exc) {

}

finally {

super.finalize();
//can write more code here

}
}

Apple :)

July 10th, 2008

We all know the proverb :” Apple a day, keeps doctor away”. Apple has many rich properties that are help ful for health/our body. It also contains small amount of  pottasium, which helps in promoting heart health. Contain no fat or sodium. It cab be part of key food in the diet plans.

Wine!

July 9th, 2008

Drinking Wine will help you i fighting the age related problems. It make you stay YOUNG.

Eating Figs will benefit you!

July 7th, 2008

Figs are very rich in calcium. 6 to 8 figs will provide us 15% – 20 % of our RDA of calcium.

SAP and it products

June 24th, 2008

SAP focuses on ERP (Enterprise Resource Planning) in its products. Its main product is SAP ERP.

SAP ERP is one of the 5 major enterprise applications. The other 4 are CRM, PLM, SCM and SRM

 

Hello world!

June 17th, 2008

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!