0
Cannot convert List to ArrayList
There is a mistake in the question.
3 odpowiedzi
+ 8
What mistake and question are you talking about?
+ 8
Q&A Discussions is reversed for questions
If you have any suggestions / insights, then reach SoloLearn itself on info@sololearn.com
https://www.sololearn.com/discuss/1316935/?ref=app
0
In the Sorting List topic.
List<String> list = new ArrayList<String>(); should be ArrayList instead of List.