Hi all, can you tell me how to approach questions like this?
Barkat Mardhani
Ranch Hand
Joined: Aug 05, 2002
Posts: 787
posted
0
Hi Vad, I would say 4 objects per notes in the code below:
[ October 07, 2003: Message edited by: Barkat Mardhani ]
Vad Fogel
Ranch Hand
Joined: Aug 25, 2003
Posts: 504
posted
0
My doubt is what if the scheduler decides to finish off the main() thread first and only then execute the new thread? Then, 2 String constants would be put in the constant pool to be reused in the run() method (then, "abc" and "cde" objects wouldn't be created?) Yeah, after thinking awhile on my own stuff, I see you're right 4 objects will be created anyway. The difference would appear should I have different String constants in the main(). Or would it? [ October 07, 2003: Message edited by: Vad Fogel ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.