What is the return type of a method that does not return a value?

A. null
B. void
C. 0(zero)
D. int

void

read your manual much?