Answer Posted / chandu
hard code is nothing but fix up values to variables for
end of application
eg:String s="chandu"; here chandu is fix up for the
variable--> s
softcode is getting values dynamicaaly from outside like
xml or database and placing into variables
eg:String s=""; it can be any thing like chandu or ramu
| Is This Answer Correct ? | 90 Yes | 5 No |
Post New Answer View All Answers
Are arrays passed by reference in java?
Can we use String with switch case?
How do I enable java in safari?
Explain how to convert any java object into byte array.
What is a marker interface?
What is the difference between super class & sub class?
Why char array is favored over string for the storage of passwords?
What is the difference between the size and capacity of a vector?
explain the concept of virtual method invocation in polymorphism in detail?
What is array pointers ?
Explain the difference between treeset and treemap in java?
How do you start a new line in java?
Is integer immutable in java?
What is a vararg?
Why do we use string?