mike strong

Greenhorn
+ Follow
since May 24, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mike strong

Well I finally went to take the test after 1 month of studying. My advice would be check out the testing center as the place I went was small and 110 degrees. It was very distracting to have sweat running down your face. They gave little laminated cards for scratch paper also which got dry erase marker all over me. I passed though and thats all that matters
19 years ago
I have a Drivers License, work badge and a Sams Club card. Does anyone know how anal they are about pictures and signatures? The main concern here is my work id has my picture but no signature. Sams club has picture and signature but not really a very official document.
C. Math.round ( Integer.MIN_VALUE - 6.5 ) == Integer.MIN_VALUE
I think this is False because it gets promoted to double so the return type is long.

D is true because it is forced to be a float so the return type is int
Hey everyone. I have read through K&B book and bought JQ Plus. Does anyone know how the jq plus questions compare? Do people typically do better on the actual exam? Same goes for K&B mock exam?

TIA
Mike
Hey how does JQ+ compare to the real exam? What scores do I need on it to get in the 90's on the real exam?

Thanks,
Mike
I get a delete with no primary key when it starts into the com.ibm.ObjectQuery. I have 3 components that do this but they all look OK.
Any ideas?
Thanks,
MIke
21 years ago
Hey guys check out OptimalJ from Compuware. They have truley implemented the MDA that OMG is touting. They also use best practices with patterns and they use struts. For J2EE development it is great. It has allowed us to get out of the mundane coding of the Home, Remote and bean generic stuff to actual architecting. Let me know what you think.
Mike
21 years ago
Hi guys.
I am wondering what the best approach is for the following:
I have several types of Forms that need to be saved in two different sets of tables. I am wondering if it is better to create an abstract form class and then concrete sub classes that then get passed to a session bean that calls their persist methods or is there a better way?
TIA,
Mike
Should the database be set auto commit=true for BMP beans that where the transactions are controlled by the container?
We are on version 6. Any idea if you can connect with just JDBC without DB2Connect?