Please help...
This must be so simple if anyone can help ...
Example.. (this does not work)..
try{ log[0][0]=(Object)Str; } catch(NullPointerException ne){}
where log[0][0] is an Object[][]
Thank you ...
Very Much....
Printable View
Please help...
This must be so simple if anyone can help ...
Example.. (this does not work)..
try{ log[0][0]=(Object)Str; } catch(NullPointerException ne){}
where log[0][0] is an Object[][]
Thank you ...
Very Much....
I believe you just leave out the (Object) cast as a String already "is an" Object.