What will be the output of the following program?
public class Sample { public static void main(String s[]) { System.out.println(Double.MAX_EXPONENT); }}