Java tutorial
/* * Output: 4.9E-324 */ public class MainClass { public static void main(String args[]) { System.out.println(Double.MIN_VALUE); } }