So I got a question, at the moment I am looking through java and found this declaration:
mDrawerListView.setAdapter(new ArrayAdapter<String>(
What does mean here, or in general. I know that String is a datatype/class but I dont get these <> signs in which String is written in.
<String>