Multiple choice technology programming languages

Which of the following services are used to read a file from a BPEL process?

  1. StreamAdapter

  2. SocketAdapter

  3. FileAdapter

  4. AQAdapter

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The FileAdapter is specifically designed for file system operations within BPEL processes. StreamAdapter handles streaming data, SocketAdapter manages network socket connections, and AQAdapter is for Oracle Advanced Queuing.