hi everyone.... i have an jsp file which imports a class that runs a process. The thing is that such class i use it in differents jsp file by calling it methods. This methods return me some arrays but the problem is that when i call the method for the second, it keeps in memory the values of the last time i calle the method. Has something to do with the garbage collector???
how can i reset the values of the array after the method returns them
how can i reset the values of the array after the method returns them