Error: could not find or load main class null
Posted: Wed Oct 07, 2020 6:37 am
public class college
{
public static void main(String[] args)
{
System.out.println("hello");
}
}
{
public static void main(String[] args)
{
System.out.println("hello");
}
}