setting Classpath
HI i have gone through Brainbench java certification exam and i faced a question like this.
Which one of the following can not be used in a classpath?
1. A URL
2. A jar File
3. A zip file
4. a class file
5. a network drive
To my knowledge jar, zip and class files can be in classpath.
What about URL and network drive?
regards,
Rajashekhar
[406 byte] By [
rajavena] at [2007-11-26 20:13:56]

> HI i have gone through Brainbench java certification
> exam and i faced a question like this.
>
> Which one of the following can not be used in a
> classpath?
> 1. A URL
> 2. A jar File
> 3. A zip file
> 4. a class file
> 5. a network drive
>
> To my knowledge jar, zip and class files can be in
> classpath.
> What about URL and network drive?
>
> regards,
> Rajashekhar
The question indicates that only one answer is invalid. Didn't the site list the correct answer?
Kaj