Contents Index Understanding Java objects Understanding fields

ASA Programming Guide
  Introduction to Java in the Database
    A Java seminar
      Understanding Java objects

Class constructors

You create an object by invoking a class constructor. A constructor is a method that has the following properties:


Contents Index Understanding Java objects Understanding fields