Embed presentation
Download to read offline
![packagePRINTING_STATEMENT;
public classprint
{
public staticvoidmain(String[] args)
{
//THIS IS A PRINTING STATEMENT
System.out.println("HI I AM BUBBLY");
}
}](https://image.slidesharecdn.com/printingastatementinjava-201016032235/75/Printing-a-statement-in-java-1-2048.jpg)
The document contains a Java program that includes a public class named 'print'. It defines a main method that outputs the string 'hi i am bubbly' to the console. The program demonstrates a simple printing statement in Java.
![packagePRINTING_STATEMENT;
public classprint
{
public staticvoidmain(String[] args)
{
//THIS IS A PRINTING STATEMENT
System.out.println("HI I AM BUBBLY");
}
}](https://image.slidesharecdn.com/printingastatementinjava-201016032235/75/Printing-a-statement-in-java-1-2048.jpg)