Search:

Type: Posts; User: trod

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,267

    [SOLVED] Re: Setter Methods Query

    Do you expect value to be recalculated each time you change cost? If so it's wrong. You need to add setInsuranceValue() call to method where you set cost.
  2. Replies
    8
    Views
    1,134

    Re: TimeUnit.SECONDS.sleep(x) stops simulation

    Looks like you set default thread to sleep. So it's normal. How do you call the warte(int ms) ?
  3. Replies
    8
    Views
    1,134

    Re: NullPointerException in a "for loop"

    At first glance private ArrayList<Lebewesen> lebewesen of class Lebewesen is not being initialized. That's why you getting NPE.
  4. Replies
    1
    Views
    1,205

    Re: Problems with Assignment in Java II

    equals may be something like this:

    public boolean equals(Object obj){
    if (!(obj instanceof LabModule7Num57))
    return false;
    LabModule7Num57 entry =...
  5. Replies
    3
    Views
    781

    [SOLVED] Re: When do I need debugger?

    Please paste your code here to get us better understanding about the issue.
  6. Replies
    4
    Views
    1,775

    Re: Classes/Object Beginner Help

    I agree with GregBrannon. If you read articles w/o practice, it's not the right way. As first step, create a simple Java program with several classes, object instances according to your feel how it...
  7. Thread: hi )

    by trod
    Replies
    1
    Views
    712

    hi )

    Hi there, May I join to the club of Java experts? I am from Russia, Saint-Petersburg. Now I am trying to ramp up with Java EE (JBoss, Spring, and stuff like this).
Results 1 to 7 of 7