Skip to content

Instantly share code, notes, and snippets.

@popehiflo
Created March 13, 2020 22:42
Show Gist options
  • Save popehiflo/612c679311d4c7c5a21ded12a31519cf to your computer and use it in GitHub Desktop.
Save popehiflo/612c679311d4c7c5a21ded12a31519cf to your computer and use it in GitHub Desktop.
public class QuestionA {
public static final String VALIDATE = "true";
public static void main(String []args) {
if(Boolean.valueOf(VALIDATE).equals(true)) {
System.out.println("Entro...");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment