What is a modifier?



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

Post New Answer

More Core Java Interview Questions

we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?

4 Answers   IBM,


What is multithreading and its advantages?

0 Answers  


What is method and methodology?

0 Answers  


How variables are declared?

0 Answers  


What is 16 bits called?

0 Answers  






Give me some null interfaces in java?

0 Answers  


In how many ways we can create threads in java?

0 Answers  


In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4

1 Answers   Tech Mahindra,


How can we create a thread in java?

0 Answers  


What is a Wrapper class?

14 Answers  


What is the difference between Checked and Unchecked exception? Give some examples

2 Answers   Ness Technologies,


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


Categories