Search:

Type: Posts; User: dicdic

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    2,190

    Re: FileDisplay Class

    Yes it is.
  2. Replies
    9
    Views
    2,190

    Re: FileDisplay Class

    sorry, am not good in english.
    do you mean that FileReader class will only remain within rectangle class?
    I think no.


    ahaha, I can't understand what you mean. sorry.


    do know about getters...
  3. Replies
    9
    Views
    2,190

    Re: FileDisplay Class

    Access Modifier:
    public make your object accessible by any class in any package/directory.
    private make your object not accessible by other class.
    default this is the one you used Example...
  4. Replies
    9
    Views
    2,190

    Re: FileDisplay Class

    okay, each Object are created every time you use new keyword.
    FileWriter writer; does not create object of FileWriter but create an Object Reference Variable of class FileWriter. (But points to...
  5. Replies
    9
    Views
    2,190

    Re: FileDisplay Class

    who decides to read the file using FileWriter and PrintWriter?
    as what you noticed in their name, they are writer not a reader.
Results 1 to 5 of 5