Multiple choice technology programming languages Which of the following are the wrapper classes? Byte Integer Short String Reveal answer Fill a bubble to check yourself A,B,C Correct answer Explanation Byte, Integer, and Short are wrapper classes that wrap primitive types byte, int, and short respectively. String is not a wrapper class; it's a reference type, not a wrapper for a primitive.