Jimsecond Huang

Greenhorn
+ Follow
since Dec 03, 2004
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 Jimsecond Huang

Hi,

Just do the mock test here. Got 80%. I don't do any preparation.
I'm just wondering if I can pass the real test after one week preparation.

Thanks
Hi,

I saw everyone talk about HFS. Could you give me a full name of this book

Thanks
I think we need delay our test until EJB3.0 come out.
There will be significant changes in EJB3.0. And people who hesitate to use ejb in their projects will be happy to use them when EJB3.0 is ready.
Ernest,

Thanks so much. I just think I got it but your answer is so perfect.

Jim
19 years ago
I think this question just want to test your knowledge about what kind of exception will cause transaction roll back. I will choose choice e.
Hi,

Just test some code below,


public static void main(String[] args){
final HelloWorldSwing hws = new HelloWorldSwing();
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() {
hws.createAndShowGUI();
}
});
}
The ide ask me to add final modifier for variable hws. I don't know why this is mandatory.

anyone knows

Thanks
19 years ago
I heard something from other people that this test is something like an academic project. Is it far from a real business project?