⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 servertwo.java~

📁 一个简单聊天室实现,不错的哦
💻 JAVA~
字号:
/** * Write a description of class ServerTwo here. *  * @author (your name)  * @version (a version number or a date) */public class ServerTwo{	// instance variables - replace the example below with your own	private int x;	/**	 * Constructor for objects of class ServerTwo	 */	public ServerTwo()	{		// initialise instance variables		x = 0;	}	/**	 * An example of a method - replace this comment with your own	 * 	 * @param  y   a sample parameter for a method	 * @return     the sum of x and y 	 */	public int sampleMethod(int y)	{		// put your code here		return x + y;	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -