Java Terms
Programming Terms
Coding
Swing
Misc Terms
100

This is also called a builder tool, assists programmers by displaying toolbars, menus, windows, and dialog boxes that are designed to facilitate coding and debugging

What is integrated development environment (IDE) or complier?

100

public class MyFirstJavaProgram

What is a public class?

100

import java.swing.JOptionPane

What is JOption classes and Objects for GUI's

100

Import javax.swing.JOptionPane;

What importing the swing Gui classes or objects?

100

this was named after George Boole

What is a boolean variable?

200

// or /*  */

What is commenting?

200

Names used for classes, variables, and methods are called

What are identifiers?

200

<= , >=, ==, >, <

What are relational operators?

200

Takes into account two sets of circumstances

What is if/else?

200

required writing more than one statement in an if statement

what are opening and closing curly braces { }

300

prewritten classes that outputs to the monitor

What is System.out.println?

300

Specific words reserved for Java (for example, if, else, int...)

What  are keywords?

300

A named storage location in a computer’s memory

What is a variable? 

300

in Java a textbox will be displayed with what method and object? 

JOptionPane.showInputDialog
300

When a statement returns as false

what is an else condition?

400

This can be used to create components for use by Prewritten blocks of code that can be used by Java programmers

What are methods (or classes)?

400

true  or false

What is boolean?

400

when using strings this symbol is used +

what is concatenation? 

500
This means they can be used over and over in many programs developed by different programmers.
What is reusability?
500

when you need to convert a string to an interger

What is parseInt?

500

a condition that checks for true

What is if (a conditional statement)

M
e
n
u