Which three initialization statements are correct?

Which three initialization statements are correct? (Choose three.)
A. int[][][] e = {{1,1,1},{2,2,2}};
B. short sh = (short)’A’;
C. float x = 1f; D. byte b = 10; char c = b;
E. String contact# = “(+2) (999) (232)”;
F. int x = 12_34;
G.boolean false = (4 != 4);

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Which three initialization statements are correct?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.