For a boolean field, what is the naming convention for its getter/setter?
04:50 16 Mar 2011

Eg.

boolean isCurrent = false;

What do you name its getter and setter?

java coding-style naming-conventions javabeans