Answer Posted / ohm nathan
The value of the variable assigned in the code itself is
called Hard Coded.
Instead of this assigning the value at runtime/dynamically
is called Soft Coded.
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
What is anonymous inner class?
In the below example, what will be the output?
What is a string token?
What is the use of singleton?
How to sort list of list in java?
What is meant by method overriding?
What is the new line character?
Why is inheritance used in java?
What is Java Shutdown Hook?
How do you achieve singleton?
what state does a thread enter when it terminates its processing? : Java thread
For class CFoo { }; what default methods will the compiler generate for you>?
Can inner class have constructor?
what is mena by object block any what is the use of that
What is the use of join method?