Hi, I have declared all the functions in data access layer as static, so that i
need not instantiate a object to access those functions. Will there be any
problem in declaring all the functions as static? Also, will the commonly used
functions returns static value for concurrent users across the application?
Please clarify