应用程序可借由此协议在设计或运行时找到目标WEB服务。
WEB服务实际上是一组工具,并有多种不同的方法调用之。三种最普遍的手段是:远程过程调用(RPC),面向服务架构(SOA)以及表述性状态转移(REST)。
答案:两个实现了MVC的WEB应用程序开发的框架.
答案:Hibernate , IbatIs, JDO , EntityBean
答案:Try , catch, finally, throw, throws
答案:break 退出牡循环体,continue指退出当前这次循环,继续进入下一次循环.
会执行,在return前执行。
ArithmeticException,
ArrayStoreException,
BufferOverflowException,
BufferUnderflowException,
CannotRedoException, CannotUndoException,
ClassCastException,
CMMException,
ConcurrentModificationException,
DOMException,
EmptyStackException, IllegalArgumentException,
IllegalMonitorStateException,
IllegalPathStateException,
IllegalStateException,
ImagingOpException, IndexOutOfBoundsException,
MissingResourceException,
NegativeArraySizeException,
NoSuchElementException, NullPointerException,
ProfileDataException,
ProviderException,
RasterFormatException,
SecurityException,
SystemException, UndeclaredThrowableException,
UnmodifiableSetException,
UnsupportedOperationException
NullPointException
Math.round(11.5)等於多少 Math.round(-11.5)等於多少
Math.round(11.5)==12
Math.round(-11.5)==-11
round方法返回与参数最接近的长整数.
构造器Constructor不能被继承,因此不能重写Overriding,但可以被重载Overloading。