Question 1 out of 3

    Which of the following is a core principle of Object-Oriented Programming in Java?

    Encapsulation

    Encapsulation is one of the four fundamental OOP principles, allowing the bundling of data and methods that operate on that data within a single unit or class.