5 pts.
 Java files compilation
if we two files are placed at deferent drives and one file is related to another file (One file is complied individually), in that 2nd file first file object will be created. how to compile the java program 
- PLESE HELP ME
 regards 
Rajeshbabu Chintamaneni
9985 555 678   


Software/Hardware used:
software
ASKED: October 1, 2010  6:47 AM
UPDATED: October 1, 2010  12:44 PM

Answer Wiki:
Assume Your Files rare A.java & B.java B is in "D:JavaB.java" A is in "D;:A.java" You access object of B class in A class. Yo can compile by writing >javac A.java JavaB.java Also you can compile all the files in D:Java >javac A.java Java*.java
Last Wiki Answer Submitted:  October 1, 2010  11:26 am  by  Nitulkukadia   15 pts.
All Answer Wiki Contributors:  Nitulkukadia   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _