Nyimi Jose wrote:
 
>> I guess you could do something similar in
>> JavaScript/JScript/ECMAScript
> 
> Any idea, if this is possible in Java ?
> 

i don't think this's possible with Java. during compilation time, Java must 
resolve all method calls or it won't compile.

but then you might be asking, "well, Java is a strong OO language and 
support polymorphism so some method calls are delayed until run time". 
that's true but Java still checks for type compatability during compilation 
time to make sure all method calls are compatable with the objects they are 
involved with.

of course, i am not a Java expert and there are many aspects (RMI for 
example might have something that you are interested in) of the Java 
language that i might have over look.

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to