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. volatile is only a valid modifier for a field.
volatile