Hi Guys,

I know this is slightly off-topic but hope someone can enlighten me ...
Thanks in advance.

I tried to compile a Java2 application with JDK1.1.8. Everything else went
OK except that I used java.util.Vector.add(obj) method in the code.
JDk1.1.8 can not recognize that. So I looked up the API and found I should
use java.util.Vector.addElement(obj) for JDK1.1.8

But my question is: there are BOTH java.util.Vector.add(obj) and
java.util.Vector.addElement(obj) in Java2 API. What are the difference?
Other than the return values, can they replace each other? Thanks a lot

Michael

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to