English, asked by pratikjagtap4251, 2 months ago

What will be the output of the 1 point
following Java program?class
string_demo { public static void
main(String args[]) {String obj =
"Chetan" + "like" + "Java";
System.out.println(obj); }}​

Answers

Answered by Anonymous
2

Answer:

What will be the output of the following Java program? class string_demo; {; public static void main(String args[]); {; String obj = "I" + ...

Similar questions