1.2 and Reserved Words 绪Keyword 论 break Exits from the block of code in which it resides. continue Stops the rest of the code following this statement from executing in a loop and then begins the next iteration of the loop. instanceof Determines whether an object is an instance of a class, superclass, or interface. (是否是某个类/超类/接口类的实例?) return Returns from a method without executing any code that followsthe statement (can optionally return a variable).
Java Programming, spring, 2012
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说教育文库第2讲 Java语法基础(14)在线全文阅读。
相关推荐: