Hi Friends
I have simple question for those who knows C/C++. I know most of the people who read and post messages in this forum are with this background only.
Anyways my question is...
in C/C++ you use #include directives to refer the class definitions and function declarations.
in
Java we use import <packagename> to use refer the libraries.
What is the actual behaviour of this import statement?
When u say import this package what does it meann exactly?
Siva Prasad