Answer Posted / razorx
To "hardcode" is to write an absolute value (not a variable or another dynamic data) directly in an application's source code. It's sometimes necessary for e.g. to provide fixed installation path or to detect the piracy or counterfeiting etc.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of garbage collection in java? When is it used?
What are the parts of a method?
What is a dynamic array in java?
What about member inner classes?
What is an association?
When super keyword is used?
Is array size fixed in java?
Write a program to calculate factorial in java?
Can we extend singleton class?
How to change the priority of thread or how to set priority of thread?
What are different types of classloaders?
Explain the difference between runnable and callable interface in java?
What do you mean by aggregation?
How do you invoke a method?
What is the difference between a synchronized method and a synchronized block?