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