Which PL/SQL function uses Java libraries to impose a limit on method definitions?

Options
- Class method
- Wrapper function
- Java library function
- None


CORRECT ANSWER : Wrapper function

Discussion Board
Wrapper function

PL/SQL wrapper functions that use Java libraries impose a limit on method definitions. All Java class methods accessed by PL/SQL wrapper functions must be static. Therefore, Java libraries that support PL/SQL wrapper functions are not thread safe.

Prajakta Pandit 02-24-2017 03:44 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement