Multiple choice Which of the following shows the portable feature of Java language? The ability of an application to perform multiple tasks at the same time. Java can be used for internet programming. The ability of Java program to run on any machine. None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation Java source program generates bytecode, which we can execute on any platform. Hence, Java is a portable language.