Search:

Type: Posts; User: jakeaustin

Search: Search took 0.10 seconds.

  1. Re: need help in creating array with multiple data type in java

    ok, done.
  2. Re: need help in creating array with multiple data type in java

    it worked, thanks..

    is it possible to make custom array lik this book b1=new book(101,"katy","age"); where 101 should be stored in int roll no;
    katy in string name and age in int age

    ---...
  3. need help in creating array with multiple data type in java

    i am complete beginner, i use eclipse.
    i need to create an array with attributes name, gender, phone, age.
    and then sort acording to age in ascending order.

    i created like this,

    public...
Results 1 to 3 of 5