What is the error, I cant figure out | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the error, I cant figure out

Create a Java interface containing the operations: (1) insert, (2) delete, (3) isEmpty, (4) size, (5) update, and (6)search. Write a Java class definition that implements the interface created using singly linked linear list. https://code.sololearn.com/cvo03snLbLrn/?ref=app

10th Nov 2020, 5:48 PM
Jan Patrick Urbano
Jan Patrick Urbano - avatar
2 Answers
+ 1
Where is your interface definition main method is also not there
10th Nov 2020, 5:54 PM
NavyaSri
NavyaSri - avatar
+ 1
According to your description, first create an interface then implement those interface in a class..
11th Nov 2020, 3:18 PM
Jayakrishna 🇮🇳