Thanks for the reply everyone. It's clear now. I hope for some
consistancy in the future as it is this kind of issue that confuses
new-comers to programming. I have some patience due to struggles with
PHP which I almost gave up on.

Thanks again

On Jun 24, 9:02 pm, "function(phil)" <[email protected]> wrote:
> Howdy. I just need some clarification. The way the pdf points to two
> ways to declare an array.
>
> int name[] = new int [100];
> and
> int[] name = new int[100];
>
> Is this a matter of preferance or are there more specifics involved?
>
> There there is not a specific instance one should use one over the
> other, why does Java have this option?
> Is it a carry over from another language?
> Stuff like this just drives me nuts!
>
> Thanks in advance ya'll

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to