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 |
What is the purpose of interface?
What are three ways in which a thread can enter the waiting state in java programming?
What is a variable analysis?
Difference between nested and inner classes ?
What are loops in java? What are three types of loops?
Name some OOPS Concepts in Java?
Is string is a keyword in java?
How do I remove a character from a string in java?
what is the difference between String s="hello"; and String s=new String("hello");?
when we have to use final class in java?
What is an infinite loop? How infinite loop is declared?
what are ER diagrams?