In Java, which method of ServerSocket class is used to listen for incoming connections?
open()
listen()
connect()
accept()