
EXPLAIN PATH AND CLASSPATH ? DIFF
send me ans plz.

Hi Friend,
Path is system wide variable that tells where to find your commands. Lets say u want to run 'dir' so exe(Windows) containing to this program should be in path.
While Classpath is Enviroment Variable that tells JVM or Java Tools where to find your classes.
For more information, visit the following link:
http://www.roseindia.net/java/java-classpath.shtml
Thanks