Java Programming

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:00 PM on 5/1/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

class

declares the .java title.

without putting “Public” before it, you are not allowing other programs/files in the project to access it.

2
New cards

public static void main(String[] args) {}

Needed for programs like System.out.println(“Hello World!”);

3
New cards

System.out.println(“Hello World!”);

prints out “Hello World!” to the console.

4
New cards

Double variable = ;

Declares a double (number with decimals included) named variable that has a value of that amount.

5
New cards

int variable = ;

declares an integer (NO DECIMALS) variable named variable.

6
New cards

Boolean variable = ;

can only be true or false

7
New cards

import java.util.Scanner;

needed for user input.

8
New cards

scanner input = new Scanner(system.in);

create scanner object, needs to be declared before the use of input.

9
New cards

input.close();

closes the input scanner. This must be used after the scanner.

10
New cards

double userInput = input.nextDouble();

next input is set to that variable

Explore top notes

note
Ch 30 - Barriers to Development
Updated 1071d ago
0.0(0)
note
Social Learning Theory
Updated 415d ago
0.0(0)
note
Nervous System Part 1
Updated 392d ago
0.0(0)
note
AP PSYCH 2.9 Sleep and Dreaming
Updated 1062d ago
0.0(0)
note
DNA Repair
Updated 1310d ago
0.0(0)
note
Chapter 9 Agriculture Topics
Updated 1115d ago
0.0(0)
note
Ch 30 - Barriers to Development
Updated 1071d ago
0.0(0)
note
Social Learning Theory
Updated 415d ago
0.0(0)
note
Nervous System Part 1
Updated 392d ago
0.0(0)
note
AP PSYCH 2.9 Sleep and Dreaming
Updated 1062d ago
0.0(0)
note
DNA Repair
Updated 1310d ago
0.0(0)
note
Chapter 9 Agriculture Topics
Updated 1115d ago
0.0(0)

Explore top flashcards

flashcards
Cell Organelles
21
Updated 377d ago
0.0(0)
flashcards
Midterm Vocabulary - Bio 20 AP
143
Updated 282d ago
0.0(0)
flashcards
Harrison History Chapter 3
58
Updated 539d ago
0.0(0)
flashcards
Sport, Spiel, und Spaß
60
Updated 189d ago
0.0(0)
flashcards
MAME Final
197
Updated 469d ago
0.0(0)
flashcards
Tejido nervioso
58
Updated 1002d ago
0.0(0)
flashcards
Cell Organelles
21
Updated 377d ago
0.0(0)
flashcards
Midterm Vocabulary - Bio 20 AP
143
Updated 282d ago
0.0(0)
flashcards
Harrison History Chapter 3
58
Updated 539d ago
0.0(0)
flashcards
Sport, Spiel, und Spaß
60
Updated 189d ago
0.0(0)
flashcards
MAME Final
197
Updated 469d ago
0.0(0)
flashcards
Tejido nervioso
58
Updated 1002d ago
0.0(0)