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 is 32 bit float?
What is compiler and what its output.
What is java lang string?
What will be the output of round(3.7) and ceil(3.7)?
What are the methods available in a class?
What is the difference between processes and threads?
What data type is a string?
Why is multiple inheritance not supported in java?
How destructors are defined in java?
How do you calculate square roots?
How do you make an arraylist empty in java?
What is compareto?
What is a boolean structure?
Why are pointers not secure?
What is a 16 bit word?