Forum : java
Brief description  about Online courses   join in Online courses
View ganesh  pradhan 's Profile

java

I am not understant this quistion let me know along with code

4.concatenate two string, and give space between those stings.
Asked by ganesh pradhan | Aug 27, 2010 |  Reply now
Replies (3)
View anonymous anonymouse 's Profile
Follow the Convention of the Class !
Aug 27, 2010
View anonymous anonymouse 's Profile
concatenate means append !
Aug 27, 2010
View anonymous anonymouse 's Profile
var i="12"; 1st String
var j="17";2nd String
document.write(i+" "+j);String + white Space+String

what did you think about the above code ??? what is (stings.)???
Aug 27, 2010