how to define a constant variable in javathe


How to define a constant variable in Java?

The variable should be declared as static and final. So only one copy of the variable exists for all instances of the class and the value can't be changed also.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: how to define a constant variable in javathe
Reference No:- TGS0310906

Expected delivery within 24 Hours