Re: About Hard Coding....
Posted By:
Anonymous
Posted On:
Monday, June 4, 2007 03:04 AM
in the message which u send to me in that there is no content.. can u please send it as early as possible...
thanks for ur reply...
Re: About Hard Coding....
Posted By:
WarnerJan_Veldhuis
Posted On:
Monday, June 4, 2007 02:23 AM
1) Hard-code refers to the software development practice of embedding data directly into the source code of a program or other executable object, instead of obtaining that data from external sources such as a configurations file or command-line parameters.
2)Unicode Transformation Format
3) AKA class method. A static method doesn't (and can't) use instance variables. It's using parameters and/or "constants" to do its thing. Examples of methods are factory methods, or calculation methods. (The java.util.Math class is full of those).