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
How is hashset defined in java?
What is jar?
how we can make a write-only class in java?
How would overload a function based on return type?
What about main thread in java?
What are default methods ?
Why main method is called first in java?
What is the purpose of garbage collection in java?
What is a protected void?
Can you extend main method in java?
How can we achieve thread safety in java?
What are keywords in java?
what is the difference between thread and runnable types? : Java thread
How many bits are in a sentence?
What are different type of exceptions in java?