Multiple choice Which of the following is a false statement about Java programming language? A class cannot be both final and abstract. A final class cannot be subclassed. An abstract class cannot be instantiated. A single abstract method in a class means that the whole class must be abstract. None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation All the statements are correct.