This is an example code:
public void doSomething(){
long currentTime = 1430668777967;
System.out.println("Time: "+currentTime);
}
If I made the code above run multiple times would it be using more ram at the currentTime variable even after I stop using it and create a new one?
Note: I know I can just get it from System