- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
java学习课堂笔记(Java learning notes)
java学习课堂笔记(Java learning notes)
When lower than the int type, the low operation is automatically converted to the int type, which occurs when variables are present. When the operation is specific, the data will not change the type of data.
The string String S1 = live; the string is a sequence of characters in double quotes.
Java numerical calculations are from left to right.
The results of the two integer division are integer, if the result would have a decimal, decimal integer.
When operands contain floating-point numbers, the calculated result is floating-point. Even if the result is an integer, it is also saved by floating point.
When integers are divided by 0, the compiler passes, but it doesnt work.
When the floating point value is divided by 0, the compiler passes, and the result is positive infinity. When negative, the result is negative infinity.
Object-oriented:
Process oriented: a sequence of activities, such as a human being, a series of logical operations.
The world is material, the material is moving, and the movement is regular.
Object oriented: 1, everything is an object.
2, objects can accommodate objects.
3, objects can communicate with each other. In a computer, there are similarities between objects and objects. Communication in computer is through message
Carried out by transfer.
4, objects are all types. The process from special to general is called abstraction. Classes are abstractions of objects. An object is an instance of a class.
Instance instance;
The information describing the object is called an attribute; the behavior of the object is called action.
December 5, 2011:......
1, the return value, if it is the basic data type, the value returned by the overridden method must be the base data type.
2, if the return value is a reference to the data type, the return value of the overridden method is not necessarily a reference to the data type. You can return the same value as the original method, or the subclass of the returned value of the o
您可能关注的文档
- dataguard学习之部分参数配置(Some parameter configurations for DataGuard learning).doc
- d80使用的几个技巧(Several techniques used by d80).doc
- d1压力管道考试模拟题5(D1 pressure pipeline exam simulation questions 5).doc
- datalist用法总结(DataList Usage Summary).doc
- datawindow的使用技巧(The use of DataWindow skills).doc
- c语言线程问题,异步(C language thread problem, asynchronous).doc
- db120-wg超级用户名telecomadmin和密码的自主设置(Db120-wg super user name, telecomadmin, and password settings).doc
- db2与oracle语法区别(Syntax difference between DB2 and Oracle).doc
- c语言选择题及填空015(C language choice questions and fill in the blanks 015).doc
- dc 模拟(DC simulation).doc
- 八年级下册Unit4重点知识先知-2024年八年级英语寒假提升学与练(人教版) 解析版.pdf
- 2023-2025北京初三一模物理汇编:质量和密度章节综合(京改版).pdf
- 2025年医护人员法律法规知识考试题库及答案(三).pdf
- 2024-2025学年人教版七年级英语下册期末测试卷.pdf
- 中古时期的世界-高中历史全册核心知识必背清单(中外历史纲要上下册).pdf
- 2025年P气瓶充装证考试题库及答案.pdf
- 反应热的计算 课后练习-人教版高中化学选择性必修1.pdf
- 注册资本制度调整的模式和方法.docx
- 国企三会一层决策程序与权责边界.docx
- 磷矿湿法加工过程中氟回收技术研究及其利用进展.docx
文档评论(0)