StringBuilder has 4 Constructor types for it
They are
1) StringBuilder()
2) StringBuilder(CharSequence seq)
3) StringBuilder(int capacity)
4) StringBuilder(String str)
After Writing the Program, in the Middle of the Constructors press CTRL + SPACE button toghether
Now We Can able to See which are and all the types of constructors available in StringBuilder.
No comments:
Post a Comment