n Spaces are not required, but are
permitted, around punctuation.
All correct examples:
public class Student{
public class Student {
a+b
a + b
n Extra spaces and line endings are
allowed.
public   class     Student   {