Click to See Complete Forum and Search --> : Compiletime and Runtime polymorphism


namithavk
November 2nd, 2006, 03:43 AM
How JVM can differentiate between a runtime polymorphism and a compiletime polymorphism .

MrViggy
November 2nd, 2006, 11:01 AM
JVM? Java Virtual Machine? If so, then it doesn't need to (I think), since the JVM is part of hte Java Runtime Environment. Therefore everything is "runtime" to the JVM.

Viggy

exterminator
November 5th, 2006, 05:15 AM
JVM? Java Virtual Machine? If so, then it doesn't need to (I think), since the JVM is part of hte Java Runtime Environment. Therefore everything is "runtime" to the JVM....and the compile time polymorphism is handled by the compiler. :)