Abstract records kind - ANS-a information type whose introduction and replace are confined
to particular well described operations
abstraction - ANS-setting apart implementation from use
activation file - ANS-shops parameters and variables for the technique inside the runtime
stack
real parameter - ANS-A price this is exceeded to the parameter while it's miles known as.
Argument - ANS-price exceeded to a way's parameter during approach invocation 205
array - ANS-an ordered listing of objects of a given information kind
array duration - ANS-a value that represents the wide variety of elements contained in an
array.
Array listing - ANS-any other type of collection array this is resizable
array reference - ANS-variables that consult with array of various sizes
binary seek - ANS-Search a sorted array by way of time and again dividing the search
interval in half.
Block - ANS-segment of code enclosed with curly braces
border cases - ANS-fringe scenarios
byte code - ANS-the output of the java compiler is a ".Magnificence" file containing byte code
magnificence - ANS-a user defined blueprint from which gadgets are created
elegance contract - ANS-includes the public method signatures and public constants and
defines what can be accessed by using a consumer
magnificence implementation - ANS-info of each member approach
class participants - ANS-class fields and methods
constructor - ANS-invoked to create an item the use of the new operator
default constructor - ANS-a constructor that can be known as without any arguments
, detail - ANS-an item in an array
Encapsulation - ANS-making residences non-public and defining getter and setter
techniques
exception - ANS-an event, which happens all through the execution of a application, that
disrupts the everyday float of the program's instructions.
Area - ANS-member variables in a class
for loop - ANS-Loops that have a predetermined starting, quit, and increment (step c
programming language).
Formal parameter - ANS-the variables described within the approach signature.
Rubbish collection - ANS-the manner of claiming unused memory for the duration of runtime
by using the JVM
getter (accessor) - ANS-approach accesses fields to get the value, but does now not
regulate a category area
immutable - ANS-a programmer can't exchange the object via techniques or variable
assignments after object creation
incremental development - ANS-system in which a programmer writes, compiles and tests a
small quantity of code, then writes, complies and tests a small amount more and so on
index - ANS-each detail's region in an array
example technique - ANS-techniques which require an object of its magnificence to be
created earlier than it could be referred to as
instance variable - ANS-non static variables and are declared in a class outdoor any
approach, constructor or block
JVM (Java Virtual Machine) - ANS-allows the identical byte code to be transportable
throughout extraordinary systems
linear seek - ANS-a linear seek scans one item at a time
neighborhood variable - ANS-a variable described inside a block or approach or constructor
member get entry to operator - ANS-is used to invoke a technique on an item
technique - ANS-a collection of statements grouped collectively to perform an operation
approach definition - ANS-consists of a way header and a way frame