Code Comments
Programming Forum and web based access to our favorite programming groups.I'm a beginner in this Java. I learnt Library functions in C from the Help file of my compiler ( Turbo C++ 3.0 ) How can I learn Java's library from the API docs? Is it possible? I mean ... If I dont know anything about Swing and If I want to program some Swing application; I just start refering the API docs instead of reading some book on Swing. Is it possible to learn some Java library without reading any book and by just refering to API docs?
Post Follow-up to this messageOn Sat, 11 Aug 2007 06:23:29 -0700, Chereddy Krishna <alwayskrishna@rediffmail.com> wrote: >I'm a beginner in this Java. >I learnt Library functions in C from the Help file of my compiler >( Turbo C++ 3.0 ) >How can I learn Java's library from the API docs? >Is it possible? >I mean ... If I dont know anything about Swing and If I want to >program some Swing application; I just start refering the API docs >instead of reading some book on Swing. >Is it possible to learn some Java library without reading any book and >by just refering to API docs? It is possible, but it may not be easy. If you can find the Sun Java docs then you can also find the Sun Java tutorials, which a probably a better way to get started. rossum
Post Follow-up to this messagerossum wrote: > On Sat, 11 Aug 2007 06:23:29 -0700, Chereddy Krishna > <alwayskrishna@rediffmail.com> wrote: > > It is possible, but it may not be easy. If you can find the Sun Java > docs then you can also find the Sun Java tutorials, which a probably a > better way to get started. <http://java.sun.com/docs/books/tutorial/index.html> Mind you, the Javadocs are an excellent and important source of information, particularly the package-level docs. -- Lew
Post Follow-up to this messageChereddy Krishna Multi-posting is the practice of sending the same message independently to separate newsgroups, and is both ineffective and somewhat rude. Most of the Java newsgroups have substantial overlap in their readership; your message will get through if you send it to only one of them. Furthermore, a person won't enter an answer only to find that it is not in the conversation when viewed from another group. It's not a good idea to fragment the conversational threads in that manner. Please do not multi-post. If you really feel the need to redundantly post redundantly to redundant newsgroups, use "cross-posting", where the same message posts simultaneously to all of them in a linked way. People started answering you on clj.help only to find that you'd gone and started over on clj.programmer. -- Lew
Post Follow-up to this messageOn Aug 11, 12:43 pm, Lew <l...@lewscanon.com> wrote: > Chereddy Krishna > > > Multi-posting is the practice of sending... [snip remainder of OT tangent] I don't see anywhere where you answer the OP's question, and I don't see anything to make what you did write relevant. Why would one question get a straight answer, and another answer with nothing visibly different (in the body or the headers) about it get a useless response like the one you just wrote? And yet that's what I see here. Nothing different about various questions, but something very different about the attitude you had when answering them.
Post Follow-up to this messageTwisted wrote: > On Aug 11, 12:43 pm, Lew <l...@lewscanon.com> wrote: > > [snip remainder of OT tangent] > > I don't see anywhere where you answer the OP's question, and I don't > see anything to make what you did write relevant. Huh. You must've missed my first post to their question, then. -- Lew
Post Follow-up to this messageZig wrote: > On Sat, 11 Aug 2007 09:20:15 -0400, Chereddy Krishna > <alwayskrishna@rediffmail.com> wrote: > > > Possible, but not practical. > Without a book, your best place to start is the Java Tutorial: > http://java.sun.com/docs/books/tutorial/ > > You will also note in the API docs (such as the package javax.swing) > once you scroll past the classes and read the "Package javax.swing > Description" it will refer you to the Java Tutorial. API docs are > intended to be a quick reference once you have a general idea what you > are looking for. For small packages that have a very well defined > meaning, then the API docs may be sufficient, but for more sophisticated > packages (such as Swing), you are better off reading the package > tutorial to get a feel for the terminology and structure. > > There are a number of books available though, so it might not hurt to > pick up one for reading. This is substantially the same information that was provided in the clj.help version of this thread, joined here with the clj.programmer line for everyone's convenience. After you've gotten a gander at the tutorials, Sun also has delightful white papers. While they might not directly reveal code idioms you want to use (though many do), they provide much insight into the mindset of the Java universe and the way things work. IBM developerWorks <http://www.ibm.com/developerworks/> has an entire tree devoted to Java that is priceless. <http://www.ibm.com/developerworks/java> -- Lew
Post Follow-up to this messageLew wrote: .. >Please do not multi-post. I'll second that. I find multi-posting to be counter-productive, and very irritating as well. >...If you really feel the need to redundantly post >redundantly to redundant newsgroups, use "cross-posting", where the same >message posts simultaneously to all of them in a linked way. Further info. <http://www.physci.org/codes/javafaq.html#xpost> -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via webservertalk.com http://www.webservertalk.com/Uwe/Forums.as...-setup/200708/1
Post Follow-up to this messageOn Aug 11, 8:11 pm, Lew <l...@lewscanon.com> wrote: > Twisted wrote: > > > > > Huh. You must've missed my first post to their question, then. That WAS your first post to their question. This thread has only six posts. The OP's question, your OT followup, my followup to your followup, your post I'm replying to now, Zig's more helpful separate response to the OP's question, and your response to Zig. Seven now, including this post. More if you read this later and there've been more new posts, which will all be dated after this post's timestamp. Google's archive shows nothing after the OP's question and before your OT followup, from you or anyone else, to this thread. Even if something had been posted with X-No-Archive: Yes I'd see it now as it's been less than six days since the thread was born. So no, I didn't miss your first post to their question. I followed up to your first post to their question. :P
Post Follow-up to this messageTwisted wrote: > On Aug 11, 8:11 pm, Lew <l...@lewscanon.com> wrote: > > That WAS your first post to their question. This thread has only six > posts... The first post on this topic from Lew that I could find, either on the UCSD NNTP server or on Google groups, is http://groups.google.com/group/comp...f0d4396f06d0f22 It was a substantive reply. It was posted to comp.lang.java.help. If you looked only in comp.lang.java.programmer you would not have seen it. Confusion due to some posters only seeing part of the discussion is a natural but unfortunate consequence of multi-posting. Patricia
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.