method:put ( object_string_key, object_string_value );return type:voidcontent:ใช้เพิ่มข้อมูลเข้าไปใน Propertiesexample:Properties properties = new Properties (); properties.put ( "bamboo", "ไม้ไผ่" );