Multiple choice technology programming languages An applet will run in almost any browser because The server has a built-in JVM The browser has a built-in JVM The source code is interpreted by the browser Applets don''t need a JVM. Reveal answer Fill a bubble to check yourself B Correct answer Explanation Applets are compiled into platform-independent Java bytecode. They can run on any client machine because the user's web browser contains or integrates with a JVM plug-in that executes this bytecode locally.