INPUT-OUTPUT and OUTPUT parameters
- Last Updated: August 13, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
INPUT-OUTPUT and OUTPUT parameters
Java supports no direct mechanism to return a value from a method using parameters. An application can provide holder classes for parameters that contain the value you want to return.