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
Which method returns the length of a string?
What is volatile keyword in java
What data type is true or false?
what are Hostile Applets?
What is the difference between an if statement and a switch statement?
What are use cases?
How will you compute size of a structure?
Which is the class in java?
How do you declare a string variable?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is string :: npos?
What's the default access specifier for variables and methods of a class?
What is meant by inheritance and what are its advantages?
What do you mean by scope of variable?
what is collatration?