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?




Answer: public final static String ACTION_NEW = "com.murach.weather.ACTION_NEW";


Learn More :