Beyond Knowing
Ed Tools
Play Quiz
Sign in
Join Sookshmas
Beyond Knowing
Jobs
Ed-Tools
Play Quiz
Kavita Detin
Wall
Questions
e-Notes
Calculations
MCQs
News/Article
public class
FinalReverseWithoutUsingStringMethods {
public static void main(String[] args) {
// TODO Auto-generated method stub
String str = "Automation";
StringBuilder str2 = new StringBuilder();
str2.append(str);
str2 = str2.reverse(); // used string builder to reverse
System.out.println(str2);
}
Predict the output.
Engineering-Civil
SEM-V
GEC Haveri
Engineering-CS
Engineering-IS
Posted on
by
Score
Share
Views
Comment(s)
Please
Login
to post your comment or reply to comment
Recent Question Comments
Recent Questions
Top Scored Questions
Scroll
×
Login to India's fastest growing social media for Self-Learners!
Sign in with Google
OR
Not registered?
Create an account
Forgot Password?
×
Join India's fastest growing social media network for learning and education!
Sign in with Google
OR
Already a registered user?
Login