Search:

Type: Posts; User: kyuss

Search: Search took 0.07 seconds.

  1. Closing the connection between the client and server at the same time.

    I have been given a question on an assignment which requires me to close the connection between the client and server through a client command of close. The question specifically states that the...
  2. Replies
    3
    Views
    1,996

    [SOLVED] Re: Maps and adding to sets as values

    Did you get the whole question finished ? I could sure use some help on the last parts
  3. Re: way too hard to explain this in short. please help guys!!

    Hi there, I am working on this question and I'm well and truly stuck on this part:


    The first two points are working okay (I think) but I just can't seem to figure out how to add the all names...
  4. Replies
    0
    Views
    2,779

    Bulk operations on sets/ map problem

    The first two points are working okay (I think) but I just can't seem to figure out how to add the all names into the set (only one currently). This is my code so far:


    public void...
  5. Re: way too hard to explain this in short. please help guys!!

    for (String eachPerson : allPeople)
    {
    for (String eachInterest : personInterests.get(eachPerson))
    {

    this.allPeople.add(eachPerson);
    for (String eachInterest :...
  6. Replies
    4
    Views
    3,203

    Re: Help setting a private static class variable

    thanks mate, I think the problem must be with my class setter method


    private static void setCurrentLeader(LongJumper aJumper)
    {
    LongJumper.currentLeader = aJumper;
    }

    My...
  7. Replies
    4
    Views
    3,203

    Re: Help setting a private static class variable

    Thanks for replying copeg, unfortunately the question specifically asks for a class method to used for the setter.


    do you mean something along the lines of


    private static void...
  8. Replies
    4
    Views
    3,203

    Help setting a private static class variable

    Hi there, I'm working on my assignment for uni and I'm having a few problems with one of the questions.
    So I'm trying to set the class variable currentLeader to an object of the LongJumper class,...
  9. Replies
    2
    Views
    5,899

    Re: cannot find symbol - method

    Thanks, that is indeed what I was trying to do
  10. Replies
    2
    Views
    5,899

    cannot find symbol - method

    Hi,
    I hope someone help me with the problem I'm having. I am trying write a method which move the x position of an object by a required amount. The object(s) are subclasses which combine on screen...
  11. Re: how to send a message to receiver with if else statement

    Hi Chris,

    Thanks for taking the time to respond. Unfortunately, function objects have not been covered yet in the course, so I wouldn't be able to use them even if I knew how.:o

    So far we've...
  12. Re: how to send a message to receiver with if else statement

    Hi there, judging by humdingers other posts it looks like we're working on the same problem.


    Which is the same program as...
  13. Thread: hi there

    by kyuss
    Replies
    1
    Views
    1,455

    hi there

    I'm working my way through a OOP course in Java, and this. seems like a good place to improve my understanding of the fiddly bits:)
Results 1 to 13 of 13