Multiple choice technology programming languages Can JAVA use the Polymorphism & Inheritance? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation Java is an object-oriented programming language that fully supports polymorphism (method overloading and overriding) and inheritance (extending classes). These are fundamental OOP concepts in Java.