Here In this article, we will be saying that ,how to print Hello World Without Using Any Semicolon with the help of java programming language...hello world java program

<img src="HI.png" alt="hello world program">

Hello World Program without using any Semicolon in java. so start how to write hello world program

YouTube Video

https://youtu.be/UpofQ3N0r08

HELLO WORLD in Java without using semicolon ';'

Print Hello World Program

class HelloWorld

{

public static void main(String args[])

{

  if(System.out.println("Hello world To Java Programming")==null)

{
   }

   }
}

/*OUTPUT
 Hello world  To Java Programming 
*/

I hope my interview experience will be helpful for you. Best of luck with your job interview.

Additional Reading

READ MORE

If you found this post useful, don’t forget to share this with your friends, and if you have any query feel free to comment it in the comment section.

Thank you πŸ™‚ Keep Learning !