Wrapper Class 2

 MAIN.JAVA:

public class Main {

	static Float f;
    public static void main(String[] args) {
		System.out.println("Maximum exponent:"+f.MAX_EXPONENT);
		System.out.println("Maximum value :"+f.MAX_VALUE);
		System.out.println("Number of bits:32");
    	
	}
}

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.