Working with Arrays of Objects with Java and NetBeans IDE
In this article, I shall discuss the following topics on programming with “methods” in Java using NetBeans IDE: overloading methods (method overloading), and working with arrays of objects (object arrays).
If you are new to NetBeans IDE, I strongly suggest you go through the above existing articles first, before proceeding with this one. If you are new to OOP in Java using NetBeans IDE, I suggest you go through my first article in this same series, "A Fast Gateway to OOP in Java Using NetBeans IDE." If you are new to developing Microsoft SQL Server based Java applications, I request you go through another article of mine (of course, this is part of a series):
I will not be going through each and every step of creating and working with projects in NetBeans IDE, as all of those issues have been covered very clearly at the above links.