Question: Question 1 What tool translates java source code into files that contain instructions for the Java Virtual Machine? linker compiler assembler Interpreter uestion 2 Where
Question 1 What tool translates java source code into files that contain instructions for the Java Virtual Machine? linker compiler assembler Interpreter uestion 2 Where must program instructions and data reside in order for the CPU to directly read and execute them? memory bus hard disk somewhere on the computer network Moving to another question will save this response. Question 3 Which statement is true about running a java program on a different CPU? You need different java source code for each CPU. You can take code that has been generated by the Java compiler and run it on different CPUs, You need to compile the Java program for each CPU You cannot run the program on a different CPU because Java, being a high-level programming language is machine dependent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
