booktitle.java
来自「java web services how to program」· Java 代码 · 共 12 行
JAVA
12 行
// Fig. 7.13: BookTitle.java.
// BookTitle is the interface through which clients can access the
// Book Title Web service.
package com.deitel.jws1.services;
public interface BookTitle {
// service to receive titles of books with matching ISBN
String getBookTitle( String ISBN );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?