Originally posted by Amin Rais:
Hi,
The price for Certifications in EUROPE
is higher than in US,
in EUROPE it costs about 170 EUR ++
(around 172 US)
and in US is about 150 US only..
People in Europe is not as rich
as in US.. but why the cost is higher ?
Originally posted by sh yh:
Mmm...
So, I guess the performance for static and non-static methods depends on how the JVM is implemented. However, it does not matter whether the method is "public" or "private".
Originally posted by shyh:
I did a simple test investigating the performance of calling static/nonstatic, public/private methods with a loop of 1,000,000 times, and the results are the same.
So, I don't get your points.
Do you mean by "calling multiple times of a nonstatic method of one single instance", or "calling the nonstatic method of multiple new instances"?
>Come on, the bottleneck is going to be database access, network calls, monolithic servlets, fine-grained entity beans, or some other far reaching problem. If you are creating a large-scale J2EE application then Singletons are going to be your last worry as far as performance goes.
Originally posted by Rufus Bugleweed:
A Singleton can allow access to many instances, a pooling scheme.
Originally posted by Alex Pisarev:
What's so nice in it? It looks like a schoolboy's compilation of most basic "surface-level" articles. Not enough information to become a real-life architect, of course.
Alex