Can we convert stringbuffer to string?
Answer / Yogendra Singh Meena
Yes, "StringBuffer" can be converted to "String" using the "toString()" method.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I enable java in safari?
What is sizeof () operator?
Can we able to pass objects as an arguments in java?
Is null keyword in java?
How do you add an element to an arraylist in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is an empirical question?
can we take more than one null values for Unique constraints.
What is final?
Is singleton class thread safe?
What is collections framework?
What is space character in java?