Multiple choice technology A Java program typically runs Faster than a program written in a shell script language, but slower than a program in a native language such as C Slower than programs in shell script languages, but with modern computers that isn't a problem About the same speed as a program written in a native language such as C, and much faster than a shell script Faster than anything else on the same computer Reveal answer Fill a bubble to check yourself A Correct answer Explanation Java bytecode runs on JVM (interpreted/JIT-compiled), placing its performance between shell scripts (slow interpreted) and native languages like C (compiled to machine code).