Introduction to Java and Android 2-boring and whining

Source: Internet
Author: User

After the failure of the interview on the previous trip, today to talk about java! In fact, we used more Android APIs in the mainstream Android development process, and really didn't use Java much, but a building to build, and finally a strong foundation!

Currently our most commonly used Java API documentation is JDKAPI1.6 This version, this document has a lot of csdn! Environment construction I will not say, the main purpose of this article is to introduce the Java

First of all we do not pay attention to things, and sometimes will be directly in the written examination to!

OOA: Object-oriented Analysis

OOD: Object-oriented design

OOP: Object-Oriented Programming

So, AOP or something, you should know what it is!

In Java, do not separate arrays from the array type to understand, then we should pay attention to:

It is defined as: Type[]arrayname and I write the most C language there is a certain difference:

C:int a[10] and java:int [] a = new int [10]

So how does it work in memory?

The object-oriented features we often talk about, though mentioned above, have not been summed up.

After understanding the object-oriented knowledge point, we want to know the class, but in Java has a variety of packages, so in different classes to reference other classes, then we need to understand the qualifier.

These two large chunks are often asked during an interview, so be sure to remember!

This is the class of some knowledge point, the following will be I in Java according to code to analyze Java, in this process, I also in the process of learning gradually, so inevitably some mistakes it, so I hope you don't mind!

Introduction to Java and Android 2-boring and whining

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.