Core Java Book

Hi,
I want to revise all topics in Java, specially which are in the form of question/answers. i.e I don't want to revise as topics given in complete reference or any other book. I want the chapters which have question/answers in them.
Thanks...
R S

why don't you just ask your teacher to give you an A without you doing any work because you're obviously brilliant and can't be bothered doing the work?

Similar Messages

  • Program from Core Java book

    I am running Java using the latest download version (1.4.1_02, I think?) from Sun on Windows XP Pro.
    On page 25 of the book Core Java, there are instructions for running the Welcome program. The book says to first type "javac Welcome.java." This works fine because after doing this, I have a file Welcome.class. However, the next step is to type "java Welcome." When I do this, I get an error "Exception in thread "main" java.lang.NoClassFoundDefError: Welcome." The program Welcome comes with the CD that comes with the book, and I have only viewed it, I have not modified it in any way.
    I have downloaded the JDK several times, and I still get this same error, so I do not think the problem is with downloading.

    Thanks for the info. In line with this lame-ass Java
    crap, when I type in "java classpath .Welcome" after
    getting to the correct subdirectory, I get the message
    "Exception in thread "main"
    java.lang.NoClassDefFoundError: classpath." Looks
    like I'm back to square one again! Nothing like a
    total shit book with lame-ass fucking directions.You mis-read or mis-typed. It is
    java -classpath . WelcomeThere is a space between each of these
    java
    -classpath
    Welcome

  • Need a good core java book

    As I am a beginer and I have a little bit knowledge of OOPs concepts, So any one suggest me a book which explains each concept of OOps with explanation and sufficent examples upto SWINGS and JDBC connections.

    * Horstmann, C. S. and Cornell, G. (2004). Core
    Java 2, Volume I� Fundamentals, 7th edition.
    Upper Saddle River: Prentice Hall PTR.
    * Horstmann, C. S. and Cornell, G. (2004). Core
    Java 2, Volume II� Advanced Features, 7th
    edition. Upper Saddle River: Prentice Hall PTR.Both great titles, they are sat next to me now.
    If you are a true beginner then I'd also recommend:
    Nino, J. & Hosch, F. A. (2001) An Introduction to Programming and Object Orientated Design Using Java John Wiley and Sons.
    http://www.amazon.co.uk/exec/obidos/ASIN/0471354899/203-0474646-1863160
    Although you'd probably be better with the more recent edition:
    Nino, J. & Hosch, F. A. (2004) An Introduction to Programming and Object-Oriented Design Using Java: Java 5.0 Version. 2edn. John Wiley and Sons. http://www.amazon.co.uk/exec/obidos/ASIN/0471712272/

  • Just java 2 vs core java 2 (better book?)

    Just Java by Peter van der Linden
    or
    Core Java by Cay S. Horstmann
    Are there any strong opinions out there as to which one of the Java series books are better? They are both from Sun so I know their good but what do you guys think? I don't trust amazon critics :P

    Personally I don't like Manning, but othersswear
    by
    their publications.I like Manning. I'm reading "AspectJ In Action"now
    - very good.
    Maybe it's their typesetting I don't like, but I
    can't help the feeling that their books seem mostly
    amateurish and shallow.No, they've been pretty good to me. Spring, Hibernate, Lucene, etc. - all very good indeed.
    At least they've kept focus. O'Reilly has branched out, and I think they've hurt their reputation. Their "developer's notebook" series is pretty lightweight, from what I've seen of it.
    Mind I've not read a lot of their latest work, so
    maybe that's improved over the last few years.I think the recent stuff is rather good.
    %

  • The "Core" series java book??

    okay folks!
    How do you rate the core series java book? are they good or bad? Why the font they use is so large??? I don't like large font books!

    well, the font may look smaller, but the book size is too big. I don't have enough shelf space.

  • What is a good java book

    I am new to java. I had a class on it and the book we used in there was cumbersome and unorganized at best. I am wondering what other people have found are good books to help you get better at java. I need something that I can find answers to basic questions and also more advanced ones. If possible I'm looking for one that can also work like a reference book where if I need to know something specific that I can find that pretty quickly too.
    Is there such a thing out there? Or am I looking for the impossible? Please help... anyone?

    Core Java Fundamentals - ISBN - 0130471771
    Core Java Advanced features - ISBN - 0130927384
    These assume you know another object orientated language.
    The best refrence is the java documentation available at java.sun.com or it can be downloaded.
    Andrew

  • Data Structures and Algorithms in java book

    Hi guys,
    I want to know a good book which is good for Data Structures and Algorithms in java. I am good at Core java but a beginner for Data Structures in Java. I am a little poor in Data Structures concepts.
    Following are the books I have found on the net. Could you help me the choose the best outta them.
    1. Data Structures and Algorithms in Java - Mitchell Waite
    2. Data Structures in Java - Sandra Anderson
    3. Fundamentals of OOP and Data Structures in Java - Richard Weiner & Lewis J. Pinson
    4. Object Oriented Data Structures Using Java - Nell Dale, Daniel T. Joyce, Chip Weems

    lieni wrote:
    I good data structures book doesn't have to be language-specific.Thx DrLazlo, my speachYes.
    The OP wrote:
    I have access to these books and dont know which one to start with.What I meant is that you shouldn't narrow your search to insist that the book you choose have "Java" in the title.

  • Whats a good JAVA book?

    What do you think is a good Java book for someone who has a little expericne with java? I have experience in COBOL and a little touch of C, and Visual Basic? Any suggestions?
    Thanks
    Justin

    I would suggest Java: an Introduction to Computer Science and Programming by Walter Savitch. This book assumes that the reader has no programming experience and it's aimed at students. I realize that you do have experience with COBOL, but I would recommend this one over the Core Java series to start out. Core Java volumes 1 and 2 are not good as an introduction for someone coming from a non-object oriented language. They would be a lot better for someone migrating from C++. They frequently refer to C++ and VB in their examples. They are excellent books, but better as a reference than an initial learning source.
    Ethan

  • Java Books

    Hi all,
    I am a Java back-end,server-side programmer (junior to mid-level). Worked mostly on core Java. I would like to improve my Java programming skills. I know hundreds of books and tutorials are out there, but taught it might be a good idea to ask you guys first and have some idea before starting to buy any...
    Does anybody know a good Java book that I can buy or a good tutorial that I can use (in order to improve my Java programming skills)?
    Also I like to learn about 'web-services' (and maybe move toward that for my next job). Does anybody know of a good book or turorial for that?
    Any help is greatly appreciated.

    The Java Programming Language - 4th Edition
    Effective Java
    Refactoring
    Design Patterns: Elements of Reusable Object-Oriented Software
    Head First Design Patterns
    Refactoring to Patterns
    Java Design: Building Better Apps and Applets (2nd Edition)
    ~

  • Enum - core java II example

    hi
    the following code is an example taken from 'core java II'-book.
    what i don't understand is where the enum constructor is called
    to set the abbreviation field
    anyone care to explain ?
    thanks
    import java.util.*;
    public class EnumTest {
        public static void main(String[] args) {
            Scanner in = new Scanner(System.in);
            System.out.print("Enter a size: (SMALL, MEDIUM, LARGE, EXTRA_LARGE) ");
            String input = in.next().toUpperCase();
            Size size = Enum.valueOf(Size.class, input);
            System.out.println("size=" + size);
            System.out.println("abbreviation=" + size.getAbbreviation());
            if (size == Size.EXTRA_LARGE) {
                System.out.println("Good job--you paid attention to the _.");
    enum Size {
        SMALL("S"), MEDIUM("M"), LARGE("L"), EXTRA_LARGE("XL");
        private Size(String abbreviation) {
            this.abbreviation = abbreviation;
        public String getAbbreviation() {
            return abbreviation;
        private String abbreviation;
    }

    so from what i get here is that
    SMALL("S"),MEDIUM("M"),LARGE("L"); are the constructors from where abbreviations are taken.
    I want to clear one more doubt.
    private Size(String abbreviation) {
            this.abbreviation = abbreviation;1. This is also a constructor right ? If yes then, what was the need that the author made this constructor private ?
    2. Why public modifier is not allowed there ?
    3. Size s = Enum.valueOf(Size.class,input);Over here what is the role of argument Size.class ?
    4. enum size
    Size s = Enum.valueOf(Size.class,input);In the first code enum's e is small but in the second code Enum's E is capital. How so ?
    Edited by: levislover on Jun 16, 2010 11:29 PM

  • Java book recommendations

    I do realize that there are other similar topics in circulation, but I haven't found a satisfying answer.
    I am currenty reading: Java How to program - Fourth edition, Deitel and Deitel
    I am looking for a somewhat more advanced book to read when I have finished this one. My goal is to create an online text-based game. One problem is that I don't know how my program is supposed to communicate with the homepage, but maybe there will be answers for that in the book I am currently reading later on..
    Grateful for any suggestions!

    http://java.sun.com/developer/Books/javaprogramming/
    The Java Programming Language - 4th Edition, Arnold, K., Gosling J., Holmes D. (2006).
    Head First Java, by Bert Bates and Kathy Sierra
    Thinking in Java (Free online), by Bruce Eckel
    Core Java, by Cay Horstmann and Gary Cornell
    Effective Java, by Joshua Bloch
    The Java Programming Language - 4th Edition
    Effective Java
    Refactoring
    Design Patterns: Elements of Reusable Object-Oriented Software
    Head First Design Patterns
    Refactoring to Patterns
    Java Design: Building Better Apps and Applets (2nd Edition)
    ~

  • Looking for 6. edition of "Core Java 2 vol.1 - Fundamentals"

    Hi!
    I'm looking for 6. edition of "Core Java 2 vol.1 - Fundamentals"
    (authors: Cay Horstman, Gary Cornell). I want to buy back used
    book from somebody.
    BUT(!) I'm looking for new, 6. edition (updated to Java SDK 1.4).
    If anyone has it and don't need, send me info please.
    Regards,
    Peter
    [email protected]

    Don't crosspost please.
    http://forum.java.sun.com/thread.jsp?thread=528045&forum=54
    http://forum.java.sun.com/thread.jsp?thread=528047&forum=31
    http://forum.java.sun.com/thread.jsp?thread=528044&forum=17

  • Java Book for Beginners

    Hi all
    I am a new member of this group.Can u pls suggest me a wonderfull book for java especially for beginners.I want to learn core java in a weeks time.so pls suggest me a good book.Awaiting your reply.See u.Bye

    Ivor Horton's Beginning Java 2 SDK 1.4 Edition by Wrox is a terrific book for learning Java.
    http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=4YFGCTTPHY&isbn=0764543652&itm=1

  • Suggestion on Java Book

    Hi! I studied Java about 2-3 yrs ago and I just need to refresh my memory about the language so does anyone have suggestions about which book to buy? I just need a Java book that would refresh my memory and if possible, update me on the latest information and news about java. Thank you very much!

    i think he means that a lot of people have asked the same question before, and you should do a search on the forums for an answer.
    But really, if you're looking for a good book you can't go past Core Java 2 (Vol 1 & 2), by Horstmann and Cornell, from the Sun Microsystems Press. Vol 1 covers all the fundamentals and is a great reference. Vol 2 goes into more detail on advanced topics: multithreading, networking, advanced swing and awt etc, both come with a CD that has heaps of code samples.
    They are a bit expensive (over $Aus 100 each) but more than worth it.

  • Is there any core java tutorial form sun site

    HI all,
    is there any core java tutorial form sun site where i can down load it study them on offline rather that seeing it on line.
    can any give me link for it.........
    vijay

    thank you for reply ,
    i have googled and find this help full in getting the details and u can download from here.
    "http://java.sun.com/docs/books/tutorial/information/download.html"
    vijay

Maybe you are looking for

  • Need help to convert multiple PSD files to Animated Gif files

    Hi, I'm working on lot of screenshots. After scrubbing the screens I need to convert them as animated Gif's with 3 sec duration. Is there a way to automate the process? I would also need the source PSD files. Thanks, Vijay

  • How do I retrieve my Exchange contacts cache?

    I accidentally deleted an Exchange account from my iPhone that has most of my contacts linked to it.  Unfortunately, my contacts were not backed up in iTunes or on the iCloud and the Exchange account is from a former employer.  Does anyone know of a

  • Upgrading from 3.5 to 7.0

    hi friends, what are errors will be available when i upgrade from 3.5 to bi 7.0 thanking u suneel.

  • Now weblogic totally died!!

    now it's getting serious! After the problem that I have exposed before I have the following error when I try to invoke an EJB that I have deployed. Do you think I have to reinstall weblogic ?? Thanks Francesco <Oct 25, 2001 10:19:43 AM CEST> <Error>

  • Cant Print From Blackberry playbook

    When I send a document from my blackberry playbook to my HP D110A all in one printer it shows up as spam or contains a virus  a virus ? but I can send the same message from lap top or blackberry phone and the printer prints. Documents have been scann