Programming Tutorials

Comment on Tutorial - Properties example in Java By Jagan



Comment Added by : d

Comment Added at : 2009-10-14 09:55:23

Comment on Tutorial : Properties example in Java By Jagan
be very careful. use of put (or any method inherited from Hashtable) is discouraged. One should use setProperty method. This will insure that all arguments are Strings.

View Tutorial