Using and Understanding Java Data Objects
- Navigate a field
-
Use the reference in a member field to access another object, either directly through the reference or indirectly through a reference to a Collection or Map object.
- No-arg
-
Short for no argument. In Java, the default constructor is a no-arg constructor; in other words, it takes no parameters.
- No-op
-
Short for no operation. When a call to a method is a no-op, the method does not perform the action that otherwise would be expected.
Категории