Will the following code compile?

public class GenericTest {
    public static void main(String[] args) {        
        List<double> myList = new ArrayList<double>(); 
    }
}
Explanation
Generic classes cannot be parameterised by primitive types.
Standard collections in Java allow to store only objects.
docs.oracle.com/javase/..../collection.html

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты