Hi friends,
I've some confusions on following. pls help me.
1. RandomAccessFile class constructors, when used with "rw" mode,
specified file is created, if it does not already exist.
2. Math class also contains followign method :
double aTan(double d)
or
double atan(double d)
3. is there any setName() method in Thread class ?
4. is there any destroy() method in Thread class ?
5. MOGHUL's book page 309 :
"String objects can be constructed from arrays of bytes, arrays of chars, or string buffers.
my doubt is what about other primitives ? can we construct String objects from any other primitives like int etc.
thanks in advance..