0

Managing application configurations using the Java Properties Class

Posted by admin on Mar 11, 2009 in Java

Using java.util.Properties class a developer can manage application configurations. The Properties class extends the java.util.HashTable class, which manages key/value pairs of both the Object class. The properties class maintain similar key/value pairs of Strings. The keys represent the ‘name of the property’ whereas the value represent the ‘value of the property’.
The Properties class provide methods [...]

Tags: , , , , ,

 
0

Rayman Raving Rabbids

Posted by admin on Mar 9, 2009 in Video Games

Click on the title for all the videos

Tags: , , , , ,

 
0

Concurrent Versions System

Posted by admin on Mar 9, 2009 in Java

Concurrent Versions System aka CVS is an open source version control system. It basically keeps track of all changes in a set of files. It is a must have, if more than one developers work on an application.
The CVS consists of a Server and a client machine, although both can be on the same machine [...]

Tags: , , ,

 
1

Synchronize Contacts between iPhone, Windows Mobile, Symbian 60 phones & Google

Posted by admin on Mar 6, 2009 in Mobiles & PocketPC

A step by step guide to synchronize contacts between your mobile phone (iPhone, Windows Mobile, Symbian -Nokia) and Google. Just sync your contacts to google to store them for life, even if you lose your mobile phone you won’t lose your contacts. Also transfer contacts from one phone to another by synchronizing with Google.

Tags: , , , , , , ,

Copyright © 2009 Sohrab Khan All rights reserved.