11
votes
5answers
234 views
Why does the Sun JVM continue to consume ever more RSS memory even when the heap, etc sizes are stable?
Over the past year I've made huge improvements in my application's Java heap usage--a solid 66% reduction. In pursuit of that, I've been monitoring various metrics, such as Java h …
0
votes
2answers
68 views
Can’t send many SMS using a loop
I want to send SMS from my PC using a GSM modem. I have used this example and I can send SMS. I want to use a loop to SMS to many users, but it doesn't work.
My error:
sms.Serial …
0
votes
0answers
127 views
Why do people cheat at online exams [closed]
I'm a SUN certified professional and I got a lower mark (considering to those unethical people who are cheating) but I'm really happy with that mark because I didn't cheat, as far …
4
votes
5answers
150 views
In C# could we imagine writing our own events without writing delegates?
I learned the object-oriented in Java. Now in develop in C#. This means that I never really understood the functioning of delagates but I know how to use them.
Lately I discovered …
1
vote
2answers
75 views
Where are default JVM heap sizes defined on linux (SL4)
I'm currently using sun's java 1.6 on a SL4 cluster.
For some reason, the 1.6 JVM is starting up with an impossibly large heap, and cannot start:
java -version
Error occurred dur …
0
votes
1answer
58 views
sparc assembly and the %y register
I am currently working with a sparc computer and I am trying to know if a number is prime or not.
here is a part of the code :
mov 0,%y
mov 3, %l1
nop
n …
0
votes
0answers
60 views
Manually generate EJB client jar with Sun Application Server 8.2 / Netbeans project
I have a netbeans / Sun Application Server (Some EJB use) project which we've been building manually and now trying to move to an automated system.
Software Used:
Netbeans 5.1
J …
0
votes
1answer
62 views
Sun T5440: Weblogic start take too long
Hi all,
We are using weblogic 10.1 on T5440 servers but the start time takes too long as compared with V890 servers.
But after start the cpu performance is excellent.
For examp …
2
votes
2answers
152 views
Where can I find old versions of the JDK and JRE?
To test compatibility, I need to find old versions of the JRE and JDK. Where can I find download links to these files?
10
votes
10answers
818 views
Is Sun Java Certification worth the expense? Will it help me start a programming career?
The certification's cost between $300-400 per exam which is pretty expensive.
I'm still a java newb but eventually I would like to get a job in the field of computer programming …
0
votes
3answers
96 views
What’s the effect of -server option for the HotSpot JVM?
Hi all,
I cannot find any clear documentation about the exact effect of passing the -server option when launching a sun HotSpot JVM.
Can anybody sum-up what it does?
2
votes
1answer
130 views
What impact, if any, does the -d64 swtich have on Sun JVM resident memory usage?
I've got this webapp that needs some memory tuning. While I'm already profiling the application itself and trimming things down, the JVM itself seems overly bloated to me on our b …
1
vote
1answer
133 views
How can I find out about the Sun Java certification exams in Bangladesh? [closed]
I want to take the Java certification exams in Bangladesh. Are there any organizations locally organizing these exams? If anyone knows of any way to take these exams in Bangladesh …
0
votes
0answers
15 views
Sun TLP for SL-500 course
Hi,
I'm gonna do a Sun TLP (Technical Learning Profiles) exam so I can later instruct a SL-500 Sun course. The problem is, I have no idea what kind of questions are going to be pr …
7
votes
2answers
215 views
Sun Certification Plus vs. “old” certification system
Hi all,
a few month ago, I passed the SCJP - the Sun Certified Java Programmer.
I intended to do the SCWCD now, but there's this Sun Certification Plus-thing going on... so I don …
