Q - Hello world program in Java


Test question, no need to answer.

1 Answer

Answer
  • 0
    Hello, this a hello world program in Java
    
    Program
    
    
    class Test
    {
        public static void main(String []args)
        {
            System.out.println("Hello World!");
        }
    };
    
    By: campus-overflow

Give your answer

Writing a good answer

This form might help you give a good and relevant answer

Steps
  • Do NOT spam or give incorrect answer.
  • Explain your answer well so others user can understand and get correct knowledge.
  • Write text inside Asterisk(*) to make it bold.
  • Write code inside tipple back-quote or backtick( ` ).