• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Everybody Invited to give Opinions on PropertyResourceBundel

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi reader,
PropertyResourceBundle constructor accepts ascii file which has the following format:
Name = tom jerry
Age = 10 5
Location = germany brazil
Name, Age and Location are keys. Now, my question is that if I change the format of Ascii file like this way :-)
Name|Age|Location
tom|10|germany
jerr|20|brazil
then can I read this above said format through PropertyResourceBundle class or any other API class ?. This I am asking because this might be the format of sun assignment ascii file.
Could you please also tell what is the exact ascii file format of sun assignment like as I had written above. Please do write me the sample of format.
Waiting for your precious OPINIONS
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gurpreet
The format of the DB.DB file is as follows
���� SA001SFODENSpeedyAir 400 Sun13:4020m 42 SA002SFOLHRSpeedyAir 2000 Mon11:2011h65m 22
Thanks
Ravindra
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Forget about an Ascii file, when you sign up for the assignment, you will NOT receive one. I am closing this thread.
Thanks
Mark
[ June 25, 2002: Message edited by: Mark Spritzler ]
 
Or we might never have existed at all. Freaky. So we should cherish everything. Even this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic