Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question
- From: zbei@xxxxxxxxxxx (zbei)
- Subject: Question
- Date: Fri, 16 Jul 1999 12:27:32 +0800
Hi all:
Now i have a programming question.I have a programm which will execute
several tasks one by one ..If there are tasks T1 and T2,the program will execute T1 first,create a instance of class A for T1.When finish T1,the program will kill the instance of A for T1,create another instance of A for T2.
Because class A have some static attributes, i think that I should kill its
old instance before create a new one.
Now my question is how kill the instance of a class?
thanks a lot.
zbei
---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- Next by Date: Design patterns
- Next by thread: Design patterns
- Index(es):