Michael Green

Greenhorn
+ Follow
since Dec 17, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Michael Green

The assignment is correct.

You're assignment should describe command args you can must support for executing the assignment in various modes.

This means your main class will have to handle these args and be able to launch your application based on the command args


Also you will need to make an executable jar file. Try googling this for how to do so
I will say I had to brush up on RMI a bit for it and that was worth learning to me.

The assignment was ok in general, but again I probably would not have pursued it on my own had it not been asked of me in my current job.
20 years ago
I must say this is a great forum.

I just got my score 336/400. Low I realize, but a pass is a pass.

My total time on the project was 3 days (10 hours each day ) over a weekend and 1 extra day finshing documents and packaging it.

I have been coding for a while, and had to take this as part of my job requirements for the company I work for, so I really didn't have too much time to spend going wild.

My Scores:
General Considerations (maximum = 100): 90
Documentation (maximum = 70): 69
O-O Design (maximum = 30): 26
GUI (maximum = 40): 27
Locking (maximum = 80): 44
Data store (maximum = 40): 40
Network server (maximum = 40): 40

Some Notes:
I know exactly where I lost points in locking, I realized after submitting that I had a few lines of code out of order which could allow for a record to be locked forever in network mode.

GUI - Kept it too simple I guess, In my job I am not a GUI programmer but an algorithm person so no wonder.

Anyhow, I kept it clean and simple, no thrills
20 years ago
Thanks,

Oddly, 20 minutes after writing the post, I got my access email.

Michael
Are you allowed to modify this interface? I would like to add an extends to the interface to include another java standard interface.

If not, could I create a subinterface to this one and to accomplish the extends. I could then make the Data.java class implement my extended interface, which still could satisfy the requirement of "...must implement the DBAccess interface"

Thanks
Michael
Hello all,

I am new to Javaranch, and have just started working on my Java Certs.

I passed the SCJP 1.4 this passed week and once I saw my score posted on certmanager I registered for the SCJD a few days ago.

I have my email confirmation from Sun, and see that my ordered cleared, however, I have not been able to get the download.

How long does it usually take? I am curious, because I would like to get it and work on it now since its an optimal time for me.

Also, I sent an email saying I could not get the d/l, and have yet to get a response. Have others had this experience?

Thanks
Michael