TreeMap m;
m=new TreeMap();
("BANANAS",1);
("BANANAS",2);
( ("BANANAS"));
//1
("BANANAS");
What is the output by line //1?
A. 2
B. BANANAS
C. 1
D. This is no output due to a syntax error.
E. This is no output due to a runtimeerror.

Q&A Platform for Education
Platform Explore for Education