Tuesday, 17 September 2013

Why Java need classpath at runtime

Why Java need classpath at runtime

In java we add classpath at compile time to compile java file but why do
we need to add classpath at runtime? Any specific reason why jvm needs
classpath to run class file?

No comments:

Post a Comment