Search:

Type: Posts; User: dstha

Search: Search took 0.66 seconds.

  1. Replies
    1
    Views
    2,235

    initialise set that holds value of array

    Hello,

    Can you please tell me how to initialise a sorted set that holds the values of an array of class static variable.

    I have an array - public static int[ ] InDays {4, 5, 9, 12, 15, 16, 20,...
  2. Thread: string method

    by dstha
    Replies
    3
    Views
    1,963

    Re: string method

    Thanks for the reply but still cannot figure out how to make it work.. tried everything


    public String getPartFrom(String full, String start, String last)
    {
    string.getPartFrom(start, last);
    }...
  3. Thread: string method

    by dstha
    Replies
    3
    Views
    1,963

    string method

    Hi there,

    I am new to java and need help with my assignments.

    I am trying to write method for string but unable to work out how to get the return value.




    public String...
Results 1 to 3 of 3