Which statement follows the best practices for defining a constant for an action that can be broadcast?

Which statement follows the best practices for defining a constant for an action that can be broadcast?










a. public final static int ACTION_NEW = 999;
b. public final static String ACTION_NEW = "999";
c. public final static String ACTION_NEW = "ACTION_NEW";
d. public final static String ACTION_NEW = "com.murach.weather.ACTION_NEW";













Answer: D