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 hash table in java?
What is get () in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
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).
What is the best way to findout the time/memory consuming process?
describe synchronization in respect to multithreading? : Java thread
how we can make a read-only class in java?
When object is created and destroyed?
What about interrupt() method of thread class ?
What is the difference between a method and a procedure?
Is a string literal?
What is the super void?
Explain the difference between an object-oriented programming language and object-based programming language?
Which class is the superclass of all classes?
Is 0 true or is 1 true?