Oracle WebLogic Server 12c: Administration I — Question 10

You are working for a software company that mostly dealt with creating and reusing C++ and .NET objects. There are many COM (Component Object Model) components that have been created over time that provide standardized functionalities. Recently, platform independence has become a major consideration for your organization and you have deployed WebLogic Server12c. But you would like to make use of some of your prebuilt COM objects for request processing. You need an interim solution before implementing web services.
Which artifact within WebLogic Server helps you achieve your objective?

Answer options

Correct answer: E

Explanation

The correct answer is E, COM2Java, which allows integration of COM components with Java applications in WebLogic Server. The other options, while related to messaging or mapping, do not specifically address the need to utilize prebuilt COM objects within a Java environment.