logo

Crowdly

Browser

Add to Chrome

Find the output import java . util . *; public c...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Find the output

import java.util.*;

public class Main {

public static void main(String[] args) {

List<Double> list = new ArrayList<>();

list.add(4.4);

List<? extends Number> obj = list;

System.out.println(obj.get(0).getClass().getSimpleName());

}

}

 

100%
0%
0%
More questions like this

Want instant access to all verified answers on lms2.apiit.edu.my?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome