Answer Posted / gaurav agrawal
value given at runtime is called softcode and value which
is static and given at the time of creation of the program
is called hard coded.
| Is This Answer Correct ? | 38 Yes | 10 No |
Post New Answer View All Answers
Which api is provided by java for operations on set of objects?
What is the applet security manager, and what does it provide?
What modifiers may be used with a top-level class?
What is the difference between normal report & matrix report?
What is anti pattern in java?
What is the program development process?
Does sprintf add a null terminator?
What are the states of thread in java?
Is stringwriter thread safe?
What is the role of garbage collector in java?
In which order the iterator iterates over collection?
Can Exception handling we can handle multiple catch blocks?
What does %d do in java?
what is the difference between a threads start() and run() methods? : Java thread
Can a top level class be private or protected?