Imagine that you have invented a formula for projecting the next day's temperature based on temperature and wind data from surrounding regions. You have implemented this calculation in a program on your laptop, but a colleague needs to make it work on another computing device that may have a very different architecture. Which of the following representations is the least portable representation?
1)
Java source code for a program that implements the algorithm
2)
Java byte code for a program that implements the algorithm
3)
C++ source code for a program that implements the algorithm
4)
Machine code for a program that implements the algorithm
Comments
Leave a comment