Java
View all facts
Glossary
Help
synonym
Next kbTop
:
syntactic unit
Up
:
kbTop
Previous kbTop
:
stream
synonym
subject
fact
synonym
has
definition
One of two or more words or expressions that have the same meaning
is a kind of
kbTop
Kinds of synonym
:
abstract data type
(interface)
access specifier
(access modifier)
argument
(parameter)
argument of an operator
(operand)
arithmetic expression
(numeric expression)
array constant
(array literal)
ascendant
(ancestor)
ascendant class
(ancestor)
boolean operator
(logical operator)
browser
(2 facts) (Web browser)
case statement
(switch-case statement)
character
(char)
class definition block
(class body)
cloning
(duplication of code)
conditional operator
(2 facts) (?:, logical operator)
conditional statement
(decision making statement)
constant variable
(constant)
control statement
(control flow statement)
creation operator
(new operator)
data member
(instance variable)
data type
(type)
datum
(value)
declaration statement
(local variable declaration)
dialog box
(dialog)
dot operator
(.)
field
(2 facts) (instance variable, member variable)
final variable
(constant)
formal parameter
(parameter)
function
(method)
getter
(get method)
handle
(object reference)
header
(method signature)
hiding
(method overriding)
import declaration
(import statement)
instance
(2 facts) (object)
Java 1.2
(Java 2)
Java API Document Generator
(javadoc)
Java applet
(applet)
Java application
(application)
Java application launcher
(Java interpreter)
Java Archive Tool
(jar)
Java compiler
(compiler)
Just-in-time compiler
(JIT compiler)
late binding
(dynamic binding)
lightweight process
(thread)
literal string
(string literal)
local variable declaration statement
(local variable declaration)
long name
(fully qualified name)
member function
(method)
method overloading
(method name overloading)
mutator
(set method)
non-primitive type
(reference type)
object variable
(instance variable)
overriding
(method overriding)
overshadowing
(method overriding)
package declaration
(2 facts) (package statement, package statement)
package statement
(13 facts) (package declaration, package declaration) - A statement that declares the name of the package the file defines
parent class
(superclass)
program
(Java program)
reference
(object reference)
setter
(set method)
shadowing
(method overriding)
short name
(simple name)
static field
(class variable)
static member
(class member)
static member variable
(class variable)
static method
(class method)
static variable
(class variable)
type of an object
(3 facts) (the class that the object is an instance of)
Unicode character
(char)
virtual binding
(dynamic binding)
visibility modifier
(access modifier)
widget
(user interface component)