Multiple choice Which of the following are constructors for the wrapper Byte class? Byte(Byte b1); Byte(String str1); Byte(int b1); Byte(String str1); Byte(byte b1); Byte(String str1); Byte(byte b1); Byte(string str1); Reveal answer Fill a bubble to check yourself C Correct answer Explanation There are two constructors for the Byte class.1. Byte(byte b1); Byte(String str1);