csa

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Object

instance of a class

2
New cards

Instance

created from a class

3
New cards

Method

block of code that performs a specific task

4
New cards

Class

template to define atributes

5
New cards

Message

objects interact by calling each others methods

6
New cards

Argument

value you pass to a parameter

7
New cards

Constructor

special method only called when an object is created

8
New cards

Package

way to group specific related classes

9
New cards

Instantiate

create a new object from a class

10
New cards

Reserved

words with predefined meanings by the language (True on quiz)

11
New cards

Int

declares variables that hold whole numbers

12
New cards

Boolean

data type that represents true or false

13
New cards

Float

is a data type that holds numbers with decimals

14
New cards

Escape Sequence

combination of characters used to represent special characters (/n, /t, /")

15
New cards

Type Conversion

Temporarily modify from one data type to another (10 -> 10.0)

16
New cards

Modulus

returns the remainder

17
New cards

Char

stores a single character

18
New cards

Double

data type that holds numbers with decimals

19
New cards

new

a reserved word used only when creating objects

20
New cards

Parameter

The variable used when defining a method

21
New cards

OOP

Object Oriented Programming

22
New cards

IDE

Integrated Development Environment

23
New cards

Is java an IDE?

False