A.<%@ taglib URL=”/hello” prefix=”examples”%> B.<%@ taglib URI=”/hello” prefix=”examples”%> C.<%@ taglib url=”/hello” prefix=”examples”%> D.<%@ taglib uri=”/hello” prefix=”examples”%>
A.play(getDocumentBase(),”myAudio/123.au”) B.play(getDocumentBase(),” 123.au”) C.play(getCodeBase(),”myAudio/123.au”) D.play(getCodeBase(),” 123.au”)
A.sock.accept() B.sock.getDataOutputStream C.sock.getOutputStream D.new DataOutputStream(sock)