final JLabel drinkLabel = new JLabel();

Whats the use of declaring final in front of JLabel while creating a reference?