Q. Choose the wrong representation of a character literal in Octal notation in Java. (A) char ch='\65'; (B) char ch='\142'; (C) char ch='\065'; (D) char ch='142'; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) char ch='142';