see the following code
It is in
food directory
This code compiles but gives runtime excepion as
Exception in thread "main" java.lang.NoClassDefFoundError: Fruit (wrong name: food/Fruit)
If i remove
line 1 code compiles and runs succesfully why is it so please somebody explain it
and also please tell that how should i run the above code using
java command.
Thanks in advance