Answer Posted / anusha
Hard code is a code directly assigned to a variable. It is fixed value cannot be changed.
Soft code is a code it gives dynamically, it gives runtime.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How many static init can you have?
What is a local, member and a class variable?
How do you use compareto method?
Can main() method in java can return any data?
What methodology can be employed to locate substrings inside a string?
Can the garbage collection be forced by any means?
What are user defined exceptions?
What is formatted output in java?
Where will it be used?
What is the maximum size of a string in java?
What does file separator do in java?
What is the main purpose of serialization in java?
Can anonymous class have constructor?
How do you override a private method in java?
Is void a keyword in java?