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