Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to add b to a string in java

// if you want to add the characters  in a string in java, all you must do is:
String myStr= ".."+ "something else";
// it does work because there is a character before it and a character after it
 
PREVIOUS NEXT
Tagged: #add #string #java
ADD COMMENT
Topic
Name
4+1 =