|
>Is it "correct" to use the toString method on the Object, rather than >casting it to String? The toString method of the object will return the same value no matter what kind of variable is referring to it. >Which is more efficient? Casting the object to a String requires a run-time check that the object can in fact be cast to a String. However, the answer to that question is almost always "Try it in your environment and see if there's any difference at all". PC2
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.