Hi,
Can any one please reply back the answer to the question that " If u call a package.function name then what will get loaded in memory?".
Regards
Sanjay
Hi,
Can any one please reply back the answer to the question that " If u call a package.function name then what will get loaded in memory?".
Regards
Sanjay
the entire package definition will get loaded
It will load all the members of the package in to memory.
All the objects in the package will get loaded in to the memory. Variables, methods,types