Fully updated to reflect Java SE 7 language changes, Core Java(TM), Volume I-Fundamentals, Ninth Edition, is the definitive guide to the Java platform. Designed for serious programmers, this reliable, unbiased, no-nonsense tutorial illuminates key Java language and library features with thoroughly tested code examples. As in previous editions, all code is easy to understand, re...
Fully updated to reflect Java SE 7 language changes, Core Java(TM), Volume I-Fundamentals, Ninth Edition, is the definitive guide to the Java platform. Designed for serious programmers, this reliable, unbiased, no-nonsense tutorial illuminates key Java language and library features with thoroughly tested code examples. As in previous editions, all code is easy to understand, reflects modern best practices, and is specifically designed to help jumpstart your projects. Volume I quickly brings you up-to-speed on Java SE 7 core language enhancements, including the diamond operator, improved resource handling, and catching of multiple exceptions. All of the code examples have been updated to reflect these enhancements, and complete descriptions of new SE 7 features are integrated with insightful explanations of fundamental Java concepts. You'll learn all you need to be productive with * The Java programming environment * Objects, classes, and inheritance * Interfaces and inner classes * Reflection and proxies * Graphics programming * Event handling and the event listener model * Swing-based user interface components * Application and applet deployment * Exceptions, logging, assertions, and debugging * Generic programming * Collections * Concurrency, and more For detailed coverage of advanced features, including the new API for file input/output and enhancements to the concurrency utilities, look for Core Java(TM), Volume II-Advanced Features, Ninth Edition (ISBN-13: 978-0-13-708160-8).
The compiler doesn’t know the exact type of the setFirst method but can call it with any
object of type Manager, Employee , or Object , but not a subtype such as Executive . However, if you call getFirst , there is no guarantee about the type of the returned object. You can only
assign it to an Object. (查看原文)
1 有用 prife 2016-08-07 12:49:45
全,但不适合作为第一本java读物,原因无他,太厚了。
0 有用 啟聰 2013-08-29 10:47:30
學習 Java 的必讀教材,而且還是 Java 7,目前是最新的了。不過沒什麼優點。
0 有用 ragusa 2015-09-22 11:25:14
java 入门经典
0 有用 张面面 2016-07-06 18:27:58
在工作中翻翻看看之后又通读了一遍,回过头看还是觉得挺好。不过不太明白为什么很多人推荐这个或者Thinking in Java给新手入门,个人不推荐零基础入门看。
1 有用 X 2017-01-31 16:46:54
夯实java基础。
0 有用 alleninwood 2017-11-10 01:43:40
Core Java is a java learning book which is especially suitable for those who want to know more detailed features about this language.
0 有用 未知 2017-09-24 16:52:14
本书会列举C++和Java的区别,感觉如果是有过C++经验的再来看Java会更加容易上手,不过只是一些细节上面的差别,并不是通篇讲差别。对于初学者还是值得一看的
1 有用 X 2017-01-31 16:46:54
夯实java基础。
1 有用 DustinTang 2016-10-28 15:30:09
补一下Java的新知识.
0 有用 Ressmix 2016-09-27 20:33:20
Java参考手册