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 the major advantage of external iteration over internal iteration?
Can private members of a base class are inheritable justify?
What is the difference between a checked and an unchecked exception?
What are the procedures?
What is the difference between menuitem and checkboxmenu item?
How big is a boolean?
List the three steps for creating an object for a class?
Does substring start with 0?
What does %4d mean in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the protected method modifier?
Which is better arraylist or vector?
What is classes in java?
Explain the difference between intermediate and terminal operations in java8?
What happens if a constructor is declared private?