- synchronyzed
- restrict
- volatile
- transient
- none of these
Which class creates an image from an array of data such as an array of integers?
- ImageDataProducer
- ImageConsumer
- DataImageSource
- DataImageCreator
- MemoryImageSource
What is the type for a signed, 32 bit integer?
- int
- char
- byte
- long
- short
Which of the following is the general structure for a cast?
- variable = cast(target type)
- (target type)value
- variable = target type
- current type = target type
- variable(current type, target type)
The convention in Java is to start _____ with capital letters.
- Objects
- Interfaces
- Classes
- Functions
- Methods
Which subclass is related to assigning of element of incompatible type to an array?
- IllegalTypeException
- ArrayException
- ArrayStoreException
- TypeException
- ArrayTypeException