Hey guys,

I figured it was time for my first posting. The instructions on this
homework have me a little confused.

The instructions are as follows:

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 read through the entire PowerPoint and all examples in the lab, but
this one still has me a little confused for some reason. Are we
supposed to simply hard code strings and then insert them using the
setProperties() method? Hard coding them with the setProperties()
works and produces the above requested output, but I am not sure if
that's what is actually being asked of us here.

If you can clarify what it is that we're supposed to do with a bit
more detail, that would help me out. Thanks!

-- 
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