-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Description
sublime
public class helloWorld{
public static void main(string[] args){
system.out.println("hello world! It's me malitha!");
}
}
cmd ,
C:\Users\user\Desktop\linkedin\java\java>javac helloWorld.java
helloWorld.java:3: error: cannot find symbol
public static void main(string[] args){
^
symbol: class string
location: class helloWorld
helloWorld.java:4: error: package system does not exist
system.out.println("hello world! It's me malitha!");
^
2 errors
jeetu-g2-1
Metadata
Metadata
Assignees
Labels
No labels