In Java, you can only return one value from a method. However, later on you'll learn that you can create custom objects, and then return an object that contains multiple values inside of it.
(Side note: there are some other languages, like Python, which make it easier to return multiple values from a method.)