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
What do you mean by compiler?
What are the fileinputstream and fileoutputstream?
What are kinds of processors?
What is stringjoiner ?
What all methods are used to prevent thread execution ?
What is the largest data type in java?
Difference between error and exception
How to sort list of list in java?
What are the new features in java 8?
Compare overloading and overriding?
What are the differences between path and classpath variables?
What environment variables do I need to set on my machine in order to be able to run java programs?
How are observer and observable used in java programming?
Name component subclasses that support painting in java programming?
What is the purpose of a volatile variable?