Is there any Java FAQ equivalent of the Parashift C++ FAQ lite ?
(Books like Effective Java are handy to have around, but I'm looking for a comprehensive online (advanced) Java FAQ that I could use)
|
1
|
Is there any Java FAQ equivalent of the Parashift C++ FAQ lite ? (Books like Effective Java are handy to have around, but I'm looking for a comprehensive online (advanced) Java FAQ that I could use)
|
|||
|
|
|
|
There is nothing quite like it that I know of, but Angelika Langer's Generics FAQ covers generics pretty well. Also, you might find Roedy Green's Java Glossary handy. |
||
|
|
|
There is http://www.cafeaulait.org/javafaq.html but it is quite old. |
||||
|
|
|
I like the format of http://leepoint.net/notes-java/index.html |
||
|
|