剛看到 Book Review: Java 6 Platform Revealed
底下這段 Java 6 Web Service的寫法:
底下這段 Java 6 Web Service的寫法:
是不是和.Net的寫法愈來愈像了?所以我也常搞錯Java與C#的語法,真傷腦筋呀~@WebService
public class HelloService {
@WebMethod
public String helloWorld() {
return "Hello, World";
}
}
留言