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
Explain the difference between jdk, jre, and jvm?
Difference between final and effectively final ?
What are the different types of constructor?
How we can declare a static variable?
Describe method overriding
When can an object reference be cast to an interface reference in java programming?
What is the use of static class?
Differentiate jar and war files?
How to sort elements in a parallel array in java?
What are default methods ?
What is run time allocation?
Which collection is thread safe in java?
What is tree in java?
What is parameter example?
What does %d do in java?