I want to know that how java script object is collected by GC? so I goggled 
but could not find any satisfied answers. The question is related to GWT 
code, as we know that gwt compile java code into javascript. so how it will 
use GC mechanism in it?

Just example : There is four screen on my application like Screen1....3, 
those screens are set by navigation on *main vertical panel,* when any 
screen switch from screen1 to 2 , screen2 to 3 etc. every time It will *clear 
*first vertical panel then create new instance of screen and add into *main 
vertical panel*. so when *clear *method called, it will do  Garbage 
collection for added screens as* main vertical panel* is no longer refer 
them. I mean those screen does not have any reference of GUI Context.

Thanks & regards,
Bhumika

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to