In eclipse
.java files reside in "src" folder and .class file reside in "bin" folder.
i have a class name "a.class" in bin folder, of which i dont have source file or .java file.. now i want to use this a.class in another java program.
is it necessary to have source file also . coz whenever i use this a.class file in other program i get error.. how to use it without its .java file
