An array allows us to store a set of values of a similiar data type. A multidimensional array allows us to store a set of sets of a particular data type (although you can have an array of one type containing an array of some other type, i think, hey it's a beginner's blog ).
Ok, so here is an example of a 2 dimensional array containing day of...
Last week I finally downloaded Eclispe (Juno version), before I used notepad, but it was a real pain to manually compile and run. I like Eclipse - simple interface, easy to follow instructions, and presentation of one's errors on the side (not sure if it is a good thing for a newbie or not, at least it's helpful).
Although I had some previous exposure to Java, my knowledge of the language is pretty rudimentary. Essentially, I know the basic stuff, such as variables, methods, classes, operators.
Frankly, I only know how code really simple programs consisting of one class (main) and few methods (which I am pretty sure are redundant and can be integrated into the...