Answer Posted / gokulprasath
StringBuilder sb= new StringBuilder("kannada").reverse();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an object in java and how is it created?
What are methods and how are they defined?
What all access modifiers are allowed for top class ?
What are classloaders?
What is ellipsis in java?
What is java util function?
What is the final field modifier?
How to check if a list is sorted in java?
What is a marker interface?
What are variable names?
Explain try and catch keywords in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How to split arraylist elements in java?
Can java arraylist hold different types?
What is class forname?