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
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