Java program design resource recommended

xiaoxiao2021-03-06  70

The Java programming language is a typical object-oriented programming language, which has already occupied a quite firm position. When many netizens have launched their Java learning resources, I can't write a post as my Java program design language learning, and enjoy the summary of all netizens.

First, it is recommended that the Java program designed development environment is performed, Java SDK. This part is still to remind everyone that it is necessary to use the latest version, the most important thing is to pay attention to the changes in language and the improvements made after standardization, and can be downloaded by the following URL:

http://java.sun.com/j2se/

As a way of learning a programming language, the norm is quite important. As I am studying the C programming, I also attach great importance to the study of the standard, and the norm of Java language is open. , You can find it in the address below:

http://java.sun.com/docs/books/jls/second_edition/html/j.title.doc.html

As Bjarne Stroustrup creates a C programming language, there is a design and evolution process. The Java program is also the same. The following address gives a white paper for Java programming language to explain the design goals of Java and the current situation. Personally, this is a must-read textbook. The component is absolutely not as the "C language design and evolution" in C programming books, address:

http://java.sun.com/docs/white/langenv/

The Java Tutorial - A Practical Guide for Programmers is a very useful guide to prepare a very useful programmer, which is very suitable as the entry textbook for Java programming:

Http://java.sun.com/docs/books/tutorial/index.html

The following designed problem is Java security issues, and discussions about this aspect can refer to official news, compare authority. You can visit

http://java.sun.com/sfaq/

The news here is the most recent material for security issues.

If you are a reference to the external expert, I suggest that you will refer to the Site of the Princeton team, the discussion here is quite good, many of the forms of publications and articles have been a mature idea:

http://www.cs.princeton.edu/sip/java/

About the development platform if you don't want to use NotePad or EditPlus and UltraEdit. I only would like to recommend Sun One Studio to you, it is fully developed with Java. Supports Solaris, Linux, and Windows platforms (of course, it is divided into three versions).

Can be downloaded by this address:

Http://wwws.sun.com/software/sundev/JDE/index.html

I have learned a certain depth. I am most hope that I am probably the Java, virtual machine, local method, and private auxiliary class design mechanism, this is probably only by studying source code. Different from .NET Framework is "These are open", is exciting? You can refer to the connection below:

http://wwws.sun.com/software/communitysource/j2se/java2//download.html

More direct communication hopes everyone to participate in the Sun's technical forum, this is the most fresh reference resource for every learner

http://gceclub.sun.com.cn/nasapp/sme/jive/index.jsp From the perspective of books, I only mention some:

Java How To Programme seems to be a recognized classic textbook, I naturally do not deny his value.

About Thinking in Java, I feel that it is not too suitable for beginners, and I feel better to see the door. Readers are used. Also willing to recommend Effective Java to you, this book has obtained Jolt Awards, absolutely not on the Effective C revolutionary meaning. The experience rules listed above covers the solutions of most developers' questions. By removing what should be done by the technology used by the Java platform design expert, what should be done, should not be made to produce clear, robust and efficient code. JAVA's father James Gosling has reviewed this book like this. "I hope I can have this book 10 years ago. Maybe someone will think that I don't need any books about Java, but I really need this book."

The Java programming language is one of the mainstream object-oriented programming languages, and the charm is endless. I hope this guide can give you a useful information for you to learn Java languages. Regarding the Java language, this site has established a special Java research team through internal discussion, and will complete a series of learning summary, tutorials, and reference materials within the next two years to enjoy friends.

转载请注明原文地址:https://www.9cbs.com/read-91790.html

New Post(0)