In the following question:
Q41) What will be the output
Consider a directory structure like this (NT or 95)
C:\JAVA\12345.msg --FILE
The answer given is : d
d) \12345.msg
\
true
12345.msg
false
false
Shouldn't the isAbsolute method return false for Win 95, NT. That is what happens on my Win 98 machine with
Java 2, sdk 1.3.
thanks,
Zulfiqar
PS: I edited it to format the code.
[This message has been edited by zulfiqar raza (edited October 19, 2000).]
[This message has been edited by zulfiqar raza (edited October 19, 2000).]