I have got two classes. one is mytry.java which has got first line package com.dom; (path: d:\com\dom\mytry.java) second class is mytry1.java package com.dom.rom; (path: d:\com\dom\rom)
and creating a instance of mytry1.java in mytry.java How to compile. need all basic instruction pls