Skip to content

Latest commit

 

History

History

Java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Java

Java is a programming language and computing platform first released by Sun Microsystems in 1995. It has evolved from humble beginnings to power a large share of today’s digital world, by providing the reliable platform upon which many services and applications are built. New, innovative products and digital services designed for the future continue to rely on Java, as well.

Ways of printing in Java.

There are two ways by which we can print statements in Java. For example, if we want to print 'Hello World!' we can do it using two ways, by using print() or by using println().

Both of these ways are mentioned in the examples program along with the difference between them.

Refrences