Please enable JavaScript to use CodeHS

AP CSA Labs Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Steganography General

The art and science of concealing secret messages in such a way that no one apart from the intended recipient knows about the existence of the message. In digital information, Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video.

Method Java

Procedures that allow us to control and define the behavior of an object.

ArrayLists Java

A mutable list of object references. We can create ArrayLists by using the constructor new ArrayList<E>().