Question: Please explain: Question 7 6.25 pts Select the best answer. Consider this code snapshot: String str = new String(CD456); byte[] a = str.getBytes(UTF-16BE); The content
Please explain:
Question 7 6.25 pts Select the best answer. Consider this code snapshot: String str = new String("CD456"); byte[] a = str.getBytes("UTF-16BE"); The content of a[3] is _ None of these answers 68 67 52 00 54 Invalid
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
