If I am creating a simple client server application in IntelliJ, how should this work?
问题 When creating a client server application (serversocket), would I create 2 seperate projects or can I do this in a single project? I'm a little confused as to what type of project this will be, and more confused as to how I can launch both the client and server. Or would I have to manually fire up terminal and execute the jars? This will be a serversock and a client that connects to it and sends simple messages. 回答1: Assuming that your client and server are started by invoking a Java main()