Skip to content

Learn2Done

    • HOME
    • HTML
    • CSS
    • C
    • C++
    • C#
    • JAVA
    • SQL
    • AWS
    • INTERVIEW QUESTIONS
      • SQL INTERVIEW QUESTONS
    • PROGRAMS
      • C PROGRAMS
      • C++ PROGRAMS
      • Current Page Parent JAVA PROGRAMS
    • Data Science
    • Business Management
    • DevOps
    • Docker
    • Git

    Program in Java to Write Hello world

    import java.util.*
    public class Learner 
    {
       public static void main(String[] args)
    {
       System.out.println("Hello Learner!!");
    
      }
    
    }
    
    October 24, 2022 by Learn2Done JAVA PROGRAMS
    • Next Program in JAVA to find prime numbers in a given range
    • Previous Program in C++ to add two numbers

    Recent Posts

    • Git Reset to Specific Commit
    • Git Revert Commit & Local
    • Git Revert Commit
    • Git Remove Remote Repo
    • Git List Remote Repo
    • Git Reset to Specific Commit

    • Git Revert Commit & Local

    • Git Revert Commit

    • Git Remove Remote Repo

    Learn2Done © 2023 with ❤ by AlexTech Software Solutions