You are viewing a single comment's thread. Return to all comments →
On Java 15, I get
~ no response on stdout ~
from the code below. Am I missing something?
public class Solution { public static void main(String[] args) { System.out.println("FOO"); } }
Seems like cookies are disabled on this browser, please enable them to open this website
Java Instanceof keyword
You are viewing a single comment's thread. Return to all comments →
On Java 15, I get
from the code below. Am I missing something?