Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

help please

843789May 9 2010 — edited May 9 2010
i am getting two errors for this little bit of code.
i dont understand though, i copied it right out of my textbook.

public class Welcome1
{
public static void main( String[] args )
{
System.out.PrintIn("Welcome to java programming");
}

}


i really dont know what is wrong with this.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2010
Added on May 9 2010
12 comments
149 views