Java Glossary                                      Peter Komisar


Q. Find a good, brief definition, in the Java context, for the following terms. Use Java texts,
     and/or internet sites. Pay attention that you are using a java OO definition and not one
     from another language or from generic OO studies. (PS Sun has a glossary too)
 

class

object

variable

constructor

method

access modifiers

        private
        no modifier
        protected
        public

abstract class

abstract method

interface
 

JAR file format

public static void main( String[] args )
 // Include a statement describing the role of each word in Java's main method

member

package

reference

subclass

superclass