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
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
define the terminology association.
What is connection class in java?
Is void a type?
Explain the significance of class loaders in bootstrap?
What are the differences between heap and stack memory?
What is thread synchronization in java?
what is server side caching?
Explain the use of volatile field modifier?
How to sort a collection of custom Objects in Java?
Can we create constructor in abstract class ?
Are arrays immutable in java?
How many techniques can be employed to create a string object?
What is the difference between compiler and jvm?
Can memory leak happen java?