"Context" is the common name that many java developers use for classes that contain state information. Therefore, we should see many different class names containing context.
The graphical context on the Java desktop usually means java.awt.Graphics or java.awt.Graphics2D . They carry information about drawing properties: colors, line properties, clipping areas, etc.
source
share