What is hard code & soft code?

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


Please Help Members By Posting Answers For Below Questions

What is Applet Stub Interface ?

1959


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1339


What java ide should I use?

555


Which number is denoted by leading 0x or 0x in java?

552


What is the difference between compile-time polymorphism and runtime polymorphism?

557






What language is java written?

527


How to remove the trailing spaces from a string?

644


How is string stored in java?

552


What is connection class in java?

501


Is alive method in java?

500


What is object class in java?

497


Can we override singleton class?

528


Can we catch more than one exception in single catch block?

595


how to split string in java?

645


What access modifiers can be used for class ?

529