Which of the following is an invalid constant declaration in Java?
final double MY_PI = 3.14159;
final boolean found = "yes";
final String USERNAME = "admin";
final int myInt = 0;