chapter 3
chapter 3 and 2
chapter 2
chapter 2
random
100

period used to separate a variable or method from a reference variable

what is dot notation

100

A java string is a sequence of characters that exist as an object of the class java.


what is string in java

100

A method is a set of code that is referred to by name and can be called (invoked) at any point in a program simply by utilizing the method's name. Think of a method as a subprogram that acts on data and often returns a value. Each method has its own name.

what is a method call

100

when your program compiles and runs, but does the wrong thing. The Java system, of course, has no idea what your program is supposed to do, so it provides no additional information to help you find the error. ... Think about what the program must have done in order to produce the results it did

what is a logic error

100

April through June

What are the months that the most tornadoes occur?

200

a method which belongs to the class and not to the object.

what is static methods

200

Relational Operators in Java are used to comparing two variables for equality, non-equality, greater than, less than, etc. Java relational operator always returns a boolean value – true or false.

what are relational operators

200

Parameters are the variables that are listed as part of a method declaration. Each parameter must have a unique name and a defined data type

what are parameters

200

the process where one class acquires the properties (methods and fields) of another. ... The class which inherits the properties of other is known as subclass (derived class, child class) and the class whose properties are inherited is known as superclass (base class, parent class).

what is inheritance in java

200

The process of water vapor turning into water droplets

What is condensation?

300

block of code which only runs when it is called

what is method defenition

300

a simple process which makes one logical change to the structure of the code. When changing a lot of the code at one time it is possible that bugs were introduced.

what is refactoring code?

300

a directional work that is in order and organized

what is in sequence

300

When there is an extends or implement keyword in the class declaration in Java, then the specific class is said to be following the Is-A relationship

what is "is a relationship

300

Tall, dark clouds that mean thunderstorms with heavy rain and strong winds

What are cumulonimbus clouds?

400

Notes to help the code writer/reader organized

what are comments in java

400

It is used to decide whether a certain statement or block of statements will be executed or not

if statement

400

a message that pops up when your java input is unreadable 

what is an error message in java

400

he result of a function that returns normally

what is a void return type

400

Another name for a hurricane

What is a typhoon?

500



API documentation is a technical content deliverable, containing instructions about how to effectively use and integrate with an API


what is api documentation

500

 code that does not require free-text comments for an informed reader to understand what it is doing. ... Don't duplicate information in comments which is, or can be, in the code itself. Rather than explain what a variable is used for, rename the variable.

what is self documenting code

500

Syntax errors are mistakes in the source code, such as misspelling of an instruction mnemonic or failure to declare a label before using it in the program

what is a syntax error

500

a value is returned by the function when we call it.

what is a non return void type

500

Scale used rate the damage and speed of tornadoes

What is the Fujita scale (F-scale)?

M
e
n
u