📄 booktitle.java
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -