Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4580530
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T20:47:48+00:00 2026-05-21T20:47:48+00:00

I am really going beserk here. I am trying to reverse the words in

  • 0

I am really going beserk here. I am trying to reverse the words in a string. I am trying to use StringUtils and have done the import. Why do I get and “Cannot find symbol. Method…”?

Here is my code:

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package mkrsassignment10;

import com.sun.xml.internal.ws.util.StringUtils;


/**
 *
 * @author mso_
 */
public class Main {
/**
 * @param args the command line arguments
 */
public static void main(String[] args) {
    //Q1
    //int index;
    String sentence = "is this a sentence or is it not ";

    // 1a
    String[] myStringArray = sentence.split(" "); //Split the sentence by space.
    String wordLongest = myStringArray[0]; //assign longest word to the first word
    for (int i=0; i < sentence.length(); ++i) { //loop through the sentence to find the longest word
      if(wordLongest.length() < myStringArray.length)
        wordLongest = myStringArray[i];
      else
    break;
    }
    System.out.println("The word is: " + "'"+ wordLongest +"'" + " and it is " + wordLongest.length() + " characters long");

    // 1b
    //for (int i = 0; i < myStringArray.length; i++) {
    //    myStringArray.toString();
    //    else
    //    break;

    // 1c
    String reversed = StringUtils.reverseDelimited(sentence, " "); // <--- here is the error
    System.out.println("Reversed words:" + reversed);

    // 1d
    sentence = new StringBuffer(sentence).reverse().toString();
    System.out.println("Reversed String : " + sentence);
  }



}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T20:47:48+00:00Added an answer on May 21, 2026 at 8:47 pm

    I suppose you use Apache Commons Lang. It wants a char for the second argument not a String.
    Try this: StringUtils.reverseDelimited(sentence, ' ');

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Something really odd going on here, and I have gone round in circles trying
Something really strange is going on here. I bought a new Mac last week,
I suspect I am going to feel really stupid after posting this but here
Language: PHP / MySQL I am going out of my mind, I really have
please help! I'm really going nuts with this problem! I have a CGI perl
Can someone explain the nuts and bolts of what's really going on under the
I dont really understand whats going on and cant see the difference: I'm downloaded
I'm going to run this really simple cod that will be compiled in visual
This is probably going to be a really simple fix... I just can't figure
I really don't know how to explain what's going on, so I'll just show

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.