1. Effective Java Overview

Source: Internet
Author: User

Ref:from book "Effective Java"

This was designed to the help you are familiar with fundamental libs like Java.lang, Java.util. And to a lesser extent, java.util.concurrent

and java.io. The book discusses other Lib from time to time, but it does not cover graphical user interface programming, Enterprise API s, or mobile devices

This book consist of the which items, each of the conveys one rule. The items are loosely grouped to chapters, each concerning one broad aspect of software design.

The language supports 4 kinds of types:

Interface (including annotations)

Classes (including enums)

Arrays

Primitives

The first 3 is known as reference Tyes.

Class instances and arrays are objects. Primitive values is not

A class ' s members consist of its field, methods, member classes, and member interfaces

A method ' s signature consist of its name and the types of it formal parameters, the signature does not contain the return Type

Classes, interfaces, constructors, members and serialized forms is collectively known as API elements.

An exported API consist of the APIs elements that is accessible outside of the package and defines the API

1. Effective Java Overview

Related Article

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.