Chapter 4 explains the basics of methods in Java, including their structure, components, and how to create and call them. Key elements discussed include method headings, parameters, return types, and the necessity of testing methods to ensure their functionality. The chapter emphasizes that methods encapsulate functionality and provide a reusable code structure for various programming tasks.