Computer Science, asked by akyadav6569, 10 months ago

What is the output? System.Out.Println(1 + 2 + "abc"); *

Answers

Answered by anupama777vidya
0

Answer:

3abc is the output if the cases of out and println is not considered as syntax error

Answered by utkarshmishra9819
0

Answer:

The output would be

3abc

It's an application of polymorphism in java.

But synatac of the print statement is a bit in correct the 'O' int out and the'P' in. println should be in lower case

Similar questions