Sri Kor

Ranch Hand
+ Follow
since Sep 03, 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 Sri Kor

Henry Wong wrote:What do you mean by "I need to keep them"? Are you using DecimalFormat to parse a double from a string? And is now wondering why when you print the double, the format of the double is gone?

If you are... A double is a value. It contains no formatting what-so-ever. So, there is no such a thing as "keep them" -- any formatting is lost when the string is converted to a double.

Henry



By default a number like 12.20 is shown as 12.2. But, I need to show it as 12.20. If the number is 12.220, I need to show 12.220. But, JFreeChart which uses decimal format drops 0 at the end.
15 years ago

Mike Simmons wrote:How are you specifying the DecimalFormat now? Have you looked at the API for DecimalFormat? If it's something like

try instead



I can't use formatting like this. Because, if I have a number like 29 I have to show it as 29 in the JFreeChart. If I use a format like the above, it will change the number 29 to 29.00.
15 years ago
Hi,

I have to show the number as is without dropping the end 0s after decimal.

e.g. I need to show 12 as 12, 13.0 as 13.0 14.50 as 14.50. But the decimal format removes the last zero.

Unfortunately, JFreeChart tooltip logic requires a decimal format to be specified to do anything like this.

Any idea how we can achieve this.

thanks in advance.
15 years ago
Hi,

I identified the following topics which we can ignore from the notes and books based on old SCEA are,

1. Legacy Connectivity is gone.
2. Protocols is gone.
3. Old Messaging is gone.
4. Internationalization is gone.

NOTE: Even other topics, I see some big differences between old and new objectives.

Please correct me where ever I am wrong.
[ May 29, 2008: Message edited by: Sri Kor ]
Hi Ajay,

You explained it in the best possible way. I agree with you on everything you said.

Thanks
I agree with Cameron. I don't think it is a big revenue for Sun. I am sure lot of people, if not all, got the benefit of these certifications one way or the other.

Every proramming language requires certifications. If a programming language does not offer a certification, then there is something seriously wrong with it. Look at Microsoft, the master of marketing.

Now that said, the certification that any body wants to take should be dependent on that person's interests and work opportunities. If you take a certification out of passion for that programming language, chances are that you don't get much benefit out of it.
Hi,

I have one application project that uses a shared project. I would like to distribute only the files that I use in the shared project along with the application project. The shared project is too big and I only use few files from it (at the same time, I can't manually pick them).

Do we have a way to do it.

Do we have any tool that we can use to package only the used files from the shared folder.

I appreciate any help.
Thanks
16 years ago
Hi,

I got SCJP2 in 2001. Am I eligible for this exam.

Thanks,
IBM suggests second edition of two books.
But, now we have third edition. Can we use the third edition books

Thanks in advance
Hi all,

I found a website where we can share all our experiences which might be useful to others. I shared some. Hope you share yours too. The site is http://www.primeguru.com

Thanks
19 years ago
I have similar problem. When I tried to run my java application with Ant build file, My application opens and closes immidiately.
I think, ant is killing the process immediately.Any comments
Thanks
21 years ago
I did set the ANT_HOME environment.
Now, I am able to run the ant in the directory where my build file is, after renaming the build.xml file to run.xml.
21 years ago
HI,
That's what I exactly did. I ran Ant in the directory, which contains the build.xml file.
Then I got this message.
Srikanth
21 years ago
Hi,
I already have build.xml file in the working directory. Still, when I run the build.xml file, I get the message
build file build.xml does not found. Can anyone tell me what is wrong.
Thanks,
Srikanth
21 years ago