I like using question mark at the end of method/function names in other languages. Java doesn\'t let me do this. As a workaround how else can I name boolean returning method
Standard is use 'is' or 'has' as a prefix. For example isValid, hasChildren.
isValid
hasChildren