SyntaxFix
Write A Post
Hire A Developer
Questions
You can only return one value, but it can be an object that has multiple fields - ie a "value object". Eg
public class MyResult { int returnCode; String errorMessage; // etc } public MyResult someMethod() { // impl here }