java const

Solutions on MaxInterview for java const by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "java const"
Giada
16 Feb 2017
1//final variable value can't be changed
2private final int VAR = 0;
Jan
06 Apr 2016
1Although reserved as a keyword in Java, const is not used and has 
2no function.