Skip to Main Content

Scope of arguments in JAVA reflexion

Vinodp-OracleMar 3 2015

Hi Experts

I have an application, where there are two modules A and B. From module A, a method of module B is invoked using Java reflexion. An AttributeList is passed as argument while invoking the method of module B using reflexion. What is the scope of this argument, in this case, the AttributeList. If some changes are made to this AttributeList in module B, once execution ends and processing comes back to module A, will the AttributeList in module A, have the changes, I have made in module B?

Has there been any changes to the existing behavior, recently?

Thanks

Vinod

Comments
Post Details
Added on Mar 3 2015
0 comments
529 views