Pages

get our extension

Search program

Friday 12 April 2013

what is import statement in java ?


import statement makes the JVM go to the java standard library, execute the code there, and substitute the result into the program. here no code is copied and hence no waste of memory or processor's time as compare to #include statement in C/C++

No comments:

Post a Comment