Checkstyle checks for
a. Naming conventions of methods.
b. Space between certain characters.
c. Line length and number of lines in method/class
d. Catching an exception without doing anything.
Options: a, b & c
Options: a,c & d
Options: b,c & d
Options: a,b & d