Analyze the code: (Exhibit) Which two options can you insert inside println method to produce Global:namescope? By Singh | December 30, 2022 0 Comment Analyze the code:Which two options can you insert inside println method to produce Global:namescope? (Choose two.) A. prefix+name B. Test.prefix+Test.name C. Test.getName+prefix D. new Test().prefix+new Test().name E. Test.prefix+Test.getName() F. prefix+Test.name Correct Answer: D,E