Answer Posted / 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 |
Post New Answer View All Answers
Where is core java used?
What are the steps involved to create a bean?
make a method which any number and any type of argument and print sum of that arguments.....
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is the difference between superclass and subclass?
Write a code to create a trigger to call a stored procedure
What is the difference between a scrollbar and a scrollpane?
What does escaping a character mean?
What is the synchronized method modifier?
Is array primitive data type in java?
what is object-oriented programming in java?
How to sort an array in java without using sort method?
What is n in java?
Explain how can you debug the Java code?
What is skeleton and stub?