Hello.
Is there any function equivalent to the “Garbage collector” of java?
Thank you. Bye
Hello.
Is there any function equivalent to the “Garbage collector” of java?
Thank you. Bye
What are you trying to do that you might need this ?
If you really need to call Garbage Collector explicitly, then you can try this.
java.lang.System.gc();
Within Servoy there should be no need to call the Java Garbage collector.
Paul