Search:

Type: Posts; User: TarunN

Search: Search took 0.08 seconds.

  1. Replies
    14
    Views
    4,768

    Re: Array object and constructors

    thanx bryan,
    I am able to creat the Array list......but i think i am not using it in the right way....
    I have defined as below steps to my previous code but i am not able to get the values back......
  2. Replies
    14
    Views
    4,768

    Re: Array object and constructors

    Dear brayn,
    Thanx for replying again but the problem is not with the variables my code runs with that (String n=Code + Name + Grade ;).
    As per my knowledge, the use of super.code or super.name will...
  3. Replies
    14
    Views
    4,768

    Re: Array object and constructors

    Plz help me...........
  4. Replies
    14
    Views
    4,768

    Re: Array object and constructors

    Thanx bryn for reply..
    But I think my question is not clear………..
    I am giving you some more detail…..
    My constructor


    // class staff
    class staff
    {
    String Code,Name;
  5. Replies
    14
    Views
    4,768

    Array object and constructors

    Hi all,
    I wish to create an array object which can collect three string values…..
    Collecting them from keyboard entry and then reprint them in output one by one……
    I am able to collect for one time...
Results 1 to 5 of 5