1.constant <data_type> <constant_name> = value;
2.const <data_type> <constant_name> = value;
3.final <data_type> <constant_name> = value;
4.(all of these)
Answer:2