Which of the following methods is defined by ObjectOutputStream?
char readChar()
int readInt()
void write(byte buffer[])
int available()
Submit