Q. Which of the following is a functional interface? (A) Runnable (B) Serializable (C) Comparable (D) Cloneable ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Runnable Explanation: `Runnable` is a functional interface with a single `run()` method.