Multiple choice technology programming languages interface <interface name> extends <interface name1>Is correct??? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Java, an interface can extend another interface using the extends keyword. This is the correct syntax for building interface hierarchies and creating inheritance relationships between interfaces.