help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

help

Drag and drop from the options below to create a LinkedList, add "Hey", and print it. ____<String> list = new LinkedList____ (); list.add(____ ); System.out.println(list.get(____ )); 1 0 LinkedList ArrayList <String> "Hey" "Bye"

31st Dec 2017, 5:26 AM
Muhammad Krisfitaloka
Muhammad Krisfitaloka - avatar
3 Answers
+ 36
1.LinkedList 2. <String> 3. "Hey" 4. 0
31st Dec 2017, 5:32 AM
Igor Makarsky
Igor Makarsky - avatar
+ 18
u must try to answer them by yourself by reading the lesson ☺
31st Dec 2017, 5:46 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
0
Here is the Answer : LinkedList String Hey 0
28th May 2018, 8:17 AM
Mohammadalaminsiam
Mohammadalaminsiam - avatar