Why would a method be made volatile? How does making a method volatile change the method\'s behavior?
Edit: I did a toString() on a Method object r
You can't make a method volatile. It won't compile.