Can You Solve Java Problems? Let's Find Out.

Abah Moses

Elite Member
vip member
Sep 6, 2017
460
118
82
Birnin kebbi
Have you been coding Java for many years but have not gone beyond few functions?, this thread tests your practical knowledge of the language.

Please, don't post off-topic here, just serious contributions involving code and useful comments..

I'd take this from easy to hard and anybody can drop in a question at anytime.

Now, first question:
 
Last edited:
What would be the following program print

public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello Programmer" in the terminal
System.out.println(Hello Programmer")
}
}