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 |
Difference between static binding and dynamic binding?
What do you know about java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
watz the difference between abstract class and interface? Which one u ill choose as a designer?
Is java written in c?
What is passing by reference in java?
What is a treemap in java?
What is the use of conditional statement?
Can java inner class be static?
Objects or references which of them gets garbage collected?
Why we use set in java?