Links:
1) Java SDK/JVM
- http://java.sun.com this link is quite handy. Panacea for all Java related issues.
- http://www.gnu.org/software/java GNU and the Java language. In case you are looking for a true open source Java. http://www.gnu.org/software/java/developing-java.html has some open source free tools that are handy for application development in Java.
- http://www.blackdown.org/ its another open source Java implementation. Available for Linux only.
- http://java.sun.com/docs/books/tutorial - The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. It contains hundreds of examples. One of the most amazing resource on Core Java.
- http://en.wikibooks.org/wiki/Computer_programming/Object_oriented_programming Object Oriented programming explain. Has nothing specific to Java, but its always good to understand OOP, to realize the power Java offers.
- http://www.ibiblio.org/javafaq/javatutorial.html - Another quick reference to Java.
Below is a list of links which have been reviewed by Java professionals who I personally don't know. But I found these reviews very interesting.
Java Book Reviews - TechBookReport : book and software reviews related to Java
This is the place to find Java book reviews covering all aspects of Java programming, from introductions to specialised topics to J2EE to primers on object oriented development. Also covered are topics dear to the hearts of Java developers, including books on development tools such as Eclipse, XML and web services from a Java perspective to general programming topics and software methodologies.Book Reviews - Java world
List of Specifications
The Java Language Specification
he Java Language Specification, Third Edition - Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you. The book provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added in since the previous edition including generics, annotations, asserts, autoboxing, enums, for each loops, variable arity methods and static import clauseThe Java Virtual Machine Specification
View HTML Download HTML (4616K) Download PDF (6173K) Order via amazon.com
The JavaTM Virtual Machine Specification, Second Edition is now available. In The Java Virtual Machine Specification, Second Edition, Sun's designers of the Java virtual machine provide comprehensive coverage of the Java virtual machine class file format and instruction set. In addition, the book contains directions for compiling the virtual machine with numerous practical examples to clarify how it operates in practice. The book also demonstrates the Java virtual machine's powerful verification techniques. In all, the book provides sufficient detail to enable you to implement your own fully-compatible Java virtual machine, or on the other hand, to just really understand what makes the Java technology work.
- View HTML
- Download HTML (tar.Z, ~492K)
- Download HTML (tar.gz, ~325K)
- Download HTML (zip, ~372K)
Beginner Java Tutorial
ReplyDelete