What is a modifier?
Answer / harendra pal
A modifier, also called a modifying function is a member function that changes the value of at least one data member. In other words, an operation that modifies the state of an object. Modifiers are also known as ‘mutators’.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain differences between checked and unchecked exceptions in java?
What are heterogeneous objects?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is passed by reference and pass by value ?
What are the restrictions imposed by a Security Manager on Applets?.
What is static binding and where it occurs?
Why java Don't Support Multiple interitence
Can a variable be local and static at the same time?
How will you convert an ArrayList to Arrays?
What is clipping?
What is the final blank variable?
What is difference between fail-fast and fail-safe?