IntelliJ Java IDE
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes how to read a binary file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "how to read a binary file " Watch "how to read a binary file " New topic
Author

how to read a binary file

nandireddy sreekanthreddy
Greenhorn

Joined: Jun 26, 2001
Posts: 8
i want to open a database db.db file . i came to know throgh this forum that i have to write a program using the Data class, reading in the db and print them out to console or some text file.
so can you explain cleary that what is Data class . is it from sun api . if so where is it . or we have to implement our own logic .if so can you give idea how to to write it .
please help me
thanks in advance
bye
sreekanth
Akanimo Udoh
Ranch Hand

Joined: Jun 11, 2001
Posts: 48
sreekanth,
Have you registered for the SCDJ exam and DOWNLOADED your assignment from SUN? If you have downloaded a '.jar' file from the SUN site (www.galton.com/~sun) which will include some java file (which should include the Data class you're talking about) and an INSTRUCTIONS document telling you exactly what to do and how to do it.
If you have done/got the above then they should be enough to start working on the project. The code you get SHOULD be capable of reading the db.db file for you. You won't have to rewrite from scratch. you'll only be asked to make some enhancements and implement some other things.
Please try and get the download and read the instructions very carefully.
Akanimo.
nandireddy sreekanthreddy
Greenhorn

Joined: Jun 26, 2001
Posts: 8

Akanimo
thanks a lot .....
 
 
subject: how to read a binary file
 
Threads others viewed
DataManager class
Write and Read Object to File
NX: URLyBird: how to start with data access
About "Data.java" in local and network implementation
2 simple questions.
IntelliJ Java IDE