Search:

Type: Posts; User: Daler

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,029

    Re: Test Question(Introduction Course)

    So I should use String instead of chars, right??

    --- Update ---

    I have changed my code and it shows the right answer, but the output shows like a few Errors before the answer:

    Error
    Error...
  2. Replies
    3
    Views
    1,029

    Test Question(Introduction Course)

    Hey guys,

    Here is the question: Design Java code to find and return the frequency of string b in string a.

    For example , if string a = "abcdabcfabxyabd" and string b = "ab"
    The frequency...
Results 1 to 2 of 2