InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to know the degree of adjustment made by the user?(a) getValue()(b) getAdjustmentType()(c) getAdjustmentValue()(d) getAdjustmentAmount() |
|
Answer» Correct choice is (a) getValue() To elaborate: The amount of the adjustment can be obtained from the getvalue() method, it returns an integer value corresponding to the amount of adjustment made. |
|