Write note on Append Operator?
Answers
Answered by
1
Explanation:
In computer programming, append is the operation for concatenating linked lists or arrays in some high-level programming languages.Append(boolean a) is an inbuilt method in Java which is used to append the string representation of the boolean argument to a given sequence. Parameter : This method accepts a single parameter a of boolean type and refers to the Boolean value to be appended. Return Value : The method returns a reference to this object.
Similar questions