我正在读一本名为"java网络第4版“的书,在第9章关于服务器套接字的书中,我解释了多线程服务器,其中每个客户端都是由单个线程处理的,它说了以下内容:import java.net.*;import java.util.Date;
public class MultithreadedDaytimeServer
我收到的问题是:私人成员:NameNo_of_days Getit() -to enter the data membersCompute() -To calculate and return the total charges as charges_day * No_of_dayspublic class hotel{
pr