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
Which programming language is best in future?
Why should we use singleton pattern instead of static class?
How does hashset works in java?
What do you understand by the bean persistent property?
Define an abstract class with reference to java.
What are some examples of variable costs?
What are the disadvantages of object oriented programming?
Can a class be final?
What are the disadvantages of using inner classes?
Is java ee a framework?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
why would you use a synchronized block vs. Synchronized method? : Java thread
What is the main purpose of java?
What is a ternary operator in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?