Quote:
|
I don't understand your question. Your code is interesting though as new DChat is called within DChat itself, thereby creating a recursive call?
|
No, this is not a recursive call. I'm instantiating the class of DChat within my main method, so it's basically calling
this class. Recursive is a method calling itself, however, this is a method that's calling a
class named DChat.