1. What will the following Java program print? public class Test { public stati
1. What will the following Java program print? public class Test { public static void main(String[] args) { System.out.println(Math.min(Double.MIN_VALUE, 0.0d)); } } 2. What…