I have a question in mind.. Lets say we have a.java and when i compile it it generates an a.class file. Now for some reason a.java files gets deleted but a.class file is still there. And my application calls a page where a.java is required , as a.java is not there but its class file is. So will it run ?
Please help me with this.
Thanks in Advance.
Yogendra Joshi.
Meri Zindagi Hain Tab Tak.. Jab Tak Tera Sahara.... Har Taraf Tu Hi Tu Hain SAI Tera Hi Hain Nazara.....
vidya sagar
Ranch Hand
Joined: Mar 02, 2005
Posts: 580
posted
0
And my application calls a page where a.java is required
Mostly applications look for a class file only,if it is there its continues happily.I wont take care of .java file