Convert the string into stringBuilder in java
I have one method which returns the string but I want the data inside the method in StringBuilder and convert it into string then how can I do it? From above example field.getTitle(), field.getField() are of String type And if I want the data in StringBuilder and needs to convert it into string but if I tried … Read more