Program 01 - Write a program to display/print your name.
This is a very basic and introductory program in Java. You might see similar programs in other languages as well. In Java there are many keywords, in build classes and functions, as a beginners you should familiar with few of common keywords, classes and functions.
Lets take an example of this program in which
Keywords: class, public, static, void
Classes: System, String
Functions: main, println
This comment has been removed by a blog administrator.
ReplyDelete