Re: Circular refrences in java
Posted By:
Kothai_Krishnan
Posted On:
Thursday, January 27, 2005 10:05 PM
Java is a Compiler cum Interpretor...Internally the source files will be converted to bytecodes by using Interpretor.So when it comes accross any new classes it just comments it and proceeds with next line.This is how java solves the circular refernce problem