Questions

30:00

Consider the following code snippet:
List<?> list = new ArrayList<>();
list.add(new Object());
What will be the result of executing this code?

1 / 10