How can the "Extract Method" refactoring technique improve code readability?
By combining multiple methods into one
By renaming all method variables
By replacing method calls with actual code
By splitting long methods into smaller, more focused methods