Search:

Type: Posts; User: TenLeftFingers

Search: Search took 0.18 seconds.

  1. Re: Is my understanding of explicit casting correct?

    Thanks Deepak, I understand now.
  2. Is my understanding of explicit casting correct?

    For the below code:

    public interface Printable {
    void print();
    }

    class ShoppingItem {
    public void description() {
    System.out.println("Shopping Item");
    }
  3. Re: Making the pieces fit together in Java (Document vs File)

    curmudgeon, I definitely prefer order when it comes to learning so I'll do that. Probably with a book on core java as I like the containment of a good authors selections.

    pbrockway2, I did try the...
  4. Re: Making the pieces fit together in Java (Document vs File)

    pbrockway2, thank you. When you say the BufferedReader makes sense for a text file, do you think the tutorial I followed that uses the InputStreams is a bad example? Also, how would I go about...
  5. Making the pieces fit together in Java (Document vs File)

    Becoming a fluid programmer

    I've just finished two java tutorials. The first one demonstrates a basic file copy operation, and the second shows how to read and display a remote file.

    I tried to...
Results 1 to 5 of 5