what does following sentence mean

"This is the header for the main method in the class being described" thank u!
[92 byte] By [strlianga] at [2007-10-3 1:04:53]
# 1
A "header" is not really defined in Java.The sentence probably refered to the signature of the main method, but that's only guesswork.
JoachimSauera at 2007-7-14 18:01:19 > top of Java-index,Java Essentials,New To Java...
# 2
> A "header" is not really defined in Java.> > The sentence probably refered to the signature of the> main method, but that's only guesswork.It could also mean the javadoc comment of the main method(?)
kajbja at 2007-7-14 18:01:19 > top of Java-index,Java Essentials,New To Java...