I have constant values in one of Constant.java file and I want to access that constant value to jsp file. How is it possible? Actually I want to set that constant value to some checkbox and rediobutton value so that modification in single place can be possible.
I know one another way is use bundle. A properties file but I want to access it from constant file.