Accepting and Returning Objects when Programming with Methods in Java
(Page 1 of 5 )
In this article, I shall discuss the following topics on programming with “methods” in Java using NetBeans IDE: methods accepting objects as parameters, and methods returning objects. A downloadable file for this article is available here.
I already introduced NetBeans IDE in my first article at:
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 a series covering that very topic here:
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 as well) at:
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.