1樓:
string ip = "127.0.0.1";
int port = 1234;
tryin.close();
bout.flush();
bout.close();
byte rdata = bout.tobytearray();
system.out.println(new string(rdata));
fout.write(rdata);
fout.flush();
fout.close();
socket.close();
} catch (unknownhostexception e) catch (ioexception e)
}伺服器端的
serversocket ss = new serversocket(1234);
socket socket=null;
bufferedreader in;
printwriter out;
while (true)
java如何監聽所有按鈕
使用actionlistener actionlistener action new actionlistener numberbutton.addactionlistener action 如果jbutton沒有呼叫setactioncommand方法。e.getactioncommand 返回的...
java中int integer相互如何 轉換
int到integer int a 3 integer a new integer a 或 integer a integer.valueof a integer到int integer a new integer 5 int a a.intvalue 至於integer.parseint stri...
java中如何呼叫私有變數或方法
迷茫小左 public class hello private string name 這是私有的屬性 private void play 千鋒教育 private關鍵字 1 私有的意義,可以修飾成員變數和成員方法 2 特點 被private修飾的後的成員只能在本類中被訪問 3 private的應用...