Code is showinf some error related to class , what is this?

Main.java:2: error: class MyLinkedList is public, should be declared in a file named MyLinkedList.java
public class MyLinkedList {
^
1 error

hey @Himanshu-Jhawar-2273952536067590 just a Change Class Name Main instead of MyLinkedList .