csap basics

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

java

1 / 28

29 Terms

1

java

a high level class based, object oriented programming language

New cards
2

compile

compilers take java source code (a.jave.file) and tranform it into java bytecode (a.class.file), which can be executed by your computer

New cards
3

execute

running a program, which the computer does line by line until it’s done

New cards
4

syntax

the grammar rules that a programming language follows such as symbols, punctuations, and the structure you must use

New cards
5

JRE(java runtime enviornment)

downloading allows you to run java programs

New cards
6

JDK(java development kit)

downloading allows you to run and write java programs (come with JRE)

New cards
7

JVM(java virtual machine)

comes with JRE (and JDK since it comes with JRE) and it manages the virtual memory your program uses when executed

New cards
8

static

shared

New cards
9

void

return type

New cards
10

main

name of method

New cards
11

public

access modifier

New cards
12

class

groups of variables methods

New cards
13

System

is a class

New cards
14

.out.

variable printwriter

New cards
15

print

return type method

New cards
16

int

whole numbers

New cards
17

double

decimal numbers

New cards
18

char

single letter

New cards
19

boolean

true or false

New cards
20

+

addition

New cards
21

-

subtraction

New cards
22

*

multiplaction

New cards
23

/

division

New cards
24

%

modulo(remainders)

New cards
25

relational operators = != < >

give boolean answers

New cards
26

&&

and

New cards
27

||

or

New cards
28

!

not

New cards
29

who cares if i’m pretty…

if i fail my final

New cards

Explore top notes

note Note
studied byStudied by 17 people
... ago
5.0(1)
note Note
studied byStudied by 208 people
... ago
5.0(2)
note Note
studied byStudied by 13 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 36 people
... ago
5.0(1)
note Note
studied byStudied by 1806 people
... ago
4.7(6)

Explore top flashcards

flashcards Flashcard (105)
studied byStudied by 8 people
... ago
5.0(1)
flashcards Flashcard (119)
studied byStudied by 8 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 12 people
... ago
5.0(1)
flashcards Flashcard (121)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (23)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (77)
studied byStudied by 156 people
... ago
4.8(5)
flashcards Flashcard (48)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (159)
studied byStudied by 1982 people
... ago
4.5(13)
robot