Knowledge Point Records-pending finishing

Source: Internet
Author: User

1. Overloading and rewriting

Overload:

The number or type of arguments is different, regardless of the return value type. (if the parameter and name are the same, only the return value is different, a compilation error will occur)

Override (Overwrite):

The method name is the same and the parameter type is the same. The subclass return type is less than or equal to the parent class method return type, the subclass throws an exception less than equals the parent class method throws an exception, and the subclass access permission is greater than or equal to the parent class method access. 2. Thread Safety (thought: Similar to multi-transaction concurrent access issues: missing changes, read dirty data, non-repeatable read, Phantom Read) 3. Static code block http://bbs.itheima.com/ thread-115483-1-1.htmlhttp://www.jb51.net/article/36038.htm 4.this related knowledge http://www.cnblogs.com/ Java-class/archive/2012/12/19/2825463.htmlhttp://my.oschina.net/kalo/blog/333202http://wenku.baidu.com/link? url=0o8bsjt1wodmp2gcj1wsxqmxodopr1_9gbpu_nz3hkwusdpofrrru9oalgxgas8c4-unmezjajrjl__ 4ded7q7rez-mcnpkklu8iqzmijrohttp://blog.csdn.net/anmei2010/article/details/4091227 5.

Knowledge Point Records-pending finishing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.