Java View all facts Glossary Help |
synonym > package statement |
package statement comparison table |
Subject | terminate by | have syntax | have example | occur | be part of | have purpose | has definition | be | have syntax rule | contain | is a subtopic of | is a synonym of | is a kind of |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
declaration | definition | A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods) | bold = mandatory | Variables and Data Types | syntactic unit | ||||||||
statement | a semicolon | A syntactic unit that defines a step in the execution of a program | not more than one line long if possible | bold = mandatory | Statements and Expressions | syntactic unit | |||||||
synonym | One of two or more words or expressions that have the same meaning | kbTop | |||||||||||
package statement | a semicolon | package packageName | package com.naviseek.canasta | at the beginning of a file | definition | to specify the name of the package to which the compilation unit in which the package declaration is put belongs | A statement that declares the name of the package the file defines | the first statement in the source file except for comments | bold = mandatory | package information about the class in the source file | Packages | package declaration | statement |
Next declaration: parameter declaration Up: declaration, statement, synonym Previous declaration: object declaration