Home » Java Programming » Language Fundamentals

Which three are valid declarations of a char? char c1 = 064770; char c2 = 'face'; char c3 = 0xbeef; char c4 = \u0022; char c5 = '\iface'; char c6 = '\uface';

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!