Multiple choice technology Which of these products always produces pure Java output? Recent Netscape and Internet Explorer browsers which include JavaScript The Java compiler from Sun's Java Development Kit Borland's C++ compiler Microsoft's Visual J++ Reveal answer Fill a bubble to check yourself B Correct answer Explanation Sun's Java compiler (javac) produces pure Java bytecode. Some other tools like Microsoft's Visual J++ introduced platform-specific extensions that violated Java's portability principle.