I am making a website in Servlet&JSP. I am looking for good way to make a specific function file from where I can call and declare my common functions. If I made a java file function. Java, so is it required to include it, in every page where I want that or there is any specific way to do this kind of global stuff.
3