

McqMate
Q. |
What will happen when the class below is complied?~~~public class Example~~~{~~~//char a = 'u000A';~~~} |
A. | Will complete successfully. |
B. | Will compile successfully but with a warning message. |
C. | Will not compile - complains on an invalid expression. |
D. | Will show a warning message. |
Answer» A. Will complete successfully. |
View all MCQs in
Java ProgrammingNo comments yet