143k views
4 votes
(e) Give the output of the following:

String n="Computer Knowledge";
String m = "Computer Applications";
System.out.println(n.substring(0,8).concat(m.substring(9)));​

User Jcmordan
by
4.9k points

2 Answers

3 votes

Answer:

Computer Applications

true

User XVargas
by
5.8k points
1 vote

Answer:

Computer Applications

Step-by-step explanation:

true

User Dishant Makwana
by
5.4k points