Is it possible to do something similar to the following code in Java

int y = x ?? -1;

More about ??

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *