On Aug 12, 1:22 am, Crizzo <[email protected]> wrote:
> Now I am really confused.  I didn't read anything about doing anything
> with file I/O for this assignment.  This is what I see on the homework
> assignment page:
>
> 1. Build a NetBeans project called MyOwnProject performing the
> following tasks.
>
>     * Write a program in which the following properties are added to a
> Properties object called myProperties.  Use setProperty() method.
>           o mykey20=myValue20
>           o mykey30=myValue30
>           o mykey40=myValue40
>     * Display the properties via list() method.
>
> I worked through the exercises in which file I/O was performed but I
> didn't assume this was also required in this assignment based on what
> I read.  Display to me means direct to a screen or a visual output
> device.  Write (to me) means write to a file.  Am I looking at the
> right page for the assignments and their descriptions?  I follow the
> link which says "Homework"
>
> Signed,
> Confused, but it may just be me!
Sorry, I did not mean to "write", but to put some properties in a
given properties object, the rest of the sentence is the same, you
have to display the properties put in this object, not those from the
system properties object.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to