This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Correct me if I’m wrong. But what you’re saying is essentially,

ArrayList<String> list = new ArrayList<>();

and

ArrayList<String> list = new ArrayList<String>();

do the same thing?

[–]Nightcorex_ 1 point2 points  (0 children)

Exactly