Welcome to Java!

Sort by

recency

|

578 Discussions

|

  • + 0 comments

    hello

  • + 0 comments

    public static void main (String[] args) { system.out.println("hello, world."); system. out. println(""hello,java."); }

  • + 0 comments

    This is a great beginner challenge for those starting with Java! www iplwin com

  • + 0 comments

    //answer in question just paste it.. public class Solution {

    public static void main(String[] args) {
        /* Enter your code here. Print output to STDOUT. Your class should be named Solution. */
        System.out.println("Hello, World.");
        System.out.println("Hello, Java.");
    
    }
    

    }

  • + 0 comments

    public class Solution {

    public static void main(String[] args) {
        /* Enter your code here. Print output to STDOUT. Your class should be named Solution. */
        System.out.println("Hello, World.");
    

    System.out.println("Hello, Java."); } }