Originally posted by Ken Boyd:
Congratulation!!! must be a relief
Did you implement project similar to Andrew's book?
Thanks
Originally posted by Hummel Lucy:
Hi Michael,
Last week we did not know how to get 40 points for the GUI part.
You could give an answer! You are an example of a person who achieved 40 points for GUI.
Well done!
Br, Lucy
Originally posted by Tim Adam Cooper:
For the Java Developer exam, the user can select local or network connection.
Is it OK that when the user starts the application, the server will automatically be started by the application or should the user manually start the server?
Originally posted by Evelyn Cartagena:
Hi All,
Today is June 2 and I'm still sending out vouchers. This is an automated process and I check one by one to make sure you are Programmer Certified to receive a voucher, hence it is a pre-requisite.
Thank you for being patient.
Evelyn
Originally posted by Kathy Sierra:
Howdy all...
Sun is *still* working on sending out the vouchers, so they are not all out yet. Apparently it is very time-consuming to confirm that everyone has passed the SCJP, and that is what takes so long. There's no automated way to do it![]()
So try to be patient just a little bit longer -- I know it's tough.
Cheers,
Kathy
Originally posted by net dongxiao:
then I must use DataInputStream and DataOutputStream to access db-1x1.db?
and someone can tell me which class you use to access db-1x1.db?![]()
Originally posted by frank sun:
I also don't have a cookie file, so where can I find the magic number? and how?
best regards!
Frank
Originally posted by Ta Ri Ki Sun:
my new assignment no longer has a cookie, except for the magic cookie value which identifies the files as a data file, but that has nothing to do with the previously mentioned cookie.
are you sure you're using you're new instructions file?
Originally posted by shan chen:
the instruction says "at most one program is accessing the database file". So, no dirty read here.
Originally posted by shan chen:
The instruction says:
"All numeric values are stored in the header information use the formats of the DataInputStream and DataOutputStream." It seems to me that it's better to use DataInputStream/DataOutputStream for io. But I did not find any method in DataOutputStream to location a position, which is important for update a record. RandomeAccessFile will be needed instead.
Any suggestion?
Thanks.
Originally posted by Werner Joerling:
What I mean is that as long as I only use characters from the 8-bit-US-ASCII charset there is nothing more to do than putting the Strings as byte-arrays to the file. In this case I do not need any conversions betweeen 8- and 16-bit-characters.
Originally posted by Werner Joerling:
Termination
In my db.db-file the fields are not terminated with a special character. They are simply filled with blanks. Is that another mistake in the db-file? (see the 00/01-flag-discussion)
It seems working fine. (Still with special characters beyond the 128 base characters.
Each character becomes one byte in the file. Maybe the instructions want to confuse here. Do I think wrong here?