1) Path is where windows looks for executables. You should include the bin directory of your java installation so windows can run java.exe, javac.exe etc. Classpath is where the java VM looks for classes. This would include the directory where your classes are located.
2) I'm not quite sure what you're asking in your second question, but try here for some answers: http://java.sun.com/docs/books/tutorial/java/IandI/abstract.html hth mcalex On Jul 6, 2:06 pm, Rohit Bansal <[email protected]> wrote: > Hello guys, > > 1.)Can anyone would kindly answer me back what's the difference between path > and classpath? > 2.)When an interface can be called as 100% abstract class... then ultimately > what was the need to make keyword 'interface'... I mean they can have a > abstract class with all abstract mathods... Why then developers must have > thought to bring up Interfaces in Java? > > Thanking You, > Rohit. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
