Search:

Type: Posts; User: ss7

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    18,455

    Re: how do you leave a line space in java?

    Entering \n literally prints that. Inserting \n after the quatation marks creates an error, illegal character:\92

    I have previously use the second method describe, System.out.println, however, it...
  2. Replies
    7
    Views
    18,455

    how do you leave a line space in java?

    Hi,

    I am trying to implement a controller function which will test all my methods.

    As a result of this class information will be displayed.

    Below is a sample of my coding.

    ...
  3. Re: error cannot find symbol-constructor Person(java.lang.String,java.lang.String,Dat

    Thank you. That worked.

    Thank you again for your help.

    =D>
  4. error cannot find symbol-constructor Person(java.lang.String,java.lang.String,Date)

    I have the following error message:

    cannot find symbol-constructor Person(java.lang.String,java.lang.String,Date)

    I have this message in realtion to the following clone constructor:


    public...
  5. Re: creating a controller to allow instances to be created from keyboard

    i dont really understand how to progress with that...

    would it help if i showed you one of my classes so you can start me off with an example?
  6. Re: creating a controller to allow instances to be created from keyboard

    yes, by allowing keyboard input...
  7. creating a controller to allow instances to be created from keyboard

    Hi,

    I was wanting some help creating a controller for 2 classes which I have already created, Academic and Employee. I have not created a controller before and so I am a little unsure as to where...
  8. Replies
    3
    Views
    2,398

    Re: Post variable set to non-null vlaues

    With regards to setting to the current date, i have done that and it works, so thank you.

    As for the constructor itself, to be honest I have a list of things which i need to double check with my...
  9. Replies
    3
    Views
    2,398

    Post variable set to non-null vlaues

    Hi,

    I would appreciate help in resolving this issue.

    My specification for Class Employee states:

    Employee()
    //post variables set to non-null values;
    Employee (String nme, char sex, Date...
  10. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    Re: !=null

    thank you very much for your help. That worked. Will just confirm with my lecturer that this does comply with the specification requirements as the specification does not detail the expected output...
  11. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    Re: !=null

    Thank you. I will give that a try and let you know how it goes.

    Thank you again. =:)
  12. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    Re: !=null

    i was thinking that the system should not let you continue further until these essential details have been entered.
  13. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    Re: !=null

    Well, my understanding from the spec, is that a null value should not be allowed...
  14. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    Re: !=null

    I have used if-then-else so I am somewhat familiar with this. My concern with regards to this is that I can understand how a statement of this sort would establish if a value has been entered and...
  15. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    Re: !=null

    Yes they are both strings.
  16. Thread: !=null

    by ss7
    Replies
    11
    Views
    2,636

    !=null

    Hi

    I would appreciate it if someone could help me with this. This is my first java assignment so I may be asking a very basic question here...:confused:

    basically I need to implement a...
Results 1 to 16 of 16