Java Methods Flashcards
(89 cards)
_________ in Java are like the basic units or building blocks of a Java program.
Methods
Methods in Java are like the ______ or building
blocks of a Java program.
basic units
Methods in Java are like the basic units or ________ of a Java program.
building
blocks
A _______ is a group of code that performs a
specific task or operation.
method
A method is a __________ that performs a
specific task or operation.
group of code
A method is a group of code that performs a
_________ or operation.
specific task
A method is a group of code that performs a
specific task or _________.
operation
a _______ is a collection of
statements that work together to complete
a particular job.
method
a method is a ________ that work together to complete
a particular job.
collection of
statements
a method is a collection of statements that ____ ________ to complete a particular job.
work together
a method is a collection of statements that work together to _______________.
complete a particular job
________ are used to carry out specific actions
and are sometimes called functions.
Methods
Methods are used to carry out specific actions
and are sometimes called _______.
functions
Methods are used to _____ _____ _______ ______
and are sometimes called functions.
carry out specific actions
In Java, a ________ runs only when it is called from
another _________.
method
The ________ is the starting point of a Java
program, and it is the first method executed by
the JVM (Java Virtual Machine).
main() method
The main() method is the ______ ________ _______ _______, and it is the first method executed by the JVM (Java Virtual Machine).
starting point of a Java
program
The main() method is the starting point of a Java program, and it is the _______ executed by
the JVM (Java Virtual Machine).
first method
The main() method is the starting point of a Java program, and it is the first method executed by the _____________________.
JVM (Java Virtual Machine)
The main() method is the starting point of a Java
program, and it is the first method executed by
the JVM (________________).
(Java Virtual Machine)
_______ in Java are reusable blocks of
code designed to perform specific tasks.
Methods
Methods in Java are _____ _____ ___ _____ designed to perform specific tasks.
reusable blocks of
code
Methods in Java are reusable blocks of
code designed to______ _____ ____.
perform specific tasks
They help _______, complex programs into smaller, easier-to-handle parts.
break large