Multiple choice technology programming languages Is sizeof a keyword? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Unlike C and C++, sizeof is not a keyword in Java because Java does not need to determine the size of data types at compile-time due to its platform-independent virtual machine.