Search:

Type: Posts; User: crisdeodates

Search: Search took 0.07 seconds.

  1. Re: Need knowledge on initialising arrays of various types

    Thanks Hamenpoi,

    But I didnt get your point. I am new to java. Could you explain with an example?
    Thanks
  2. Need knowledge on initialising arrays of various types

    For basic arrays, we can directly combine declaration and initialization as for eg: int[] num= new int[2]
    But can we do this do for forming class object arrays?
    like

    class stu
    {
    .....
    }...
Results 1 to 2 of 2