Re: Certified Java Nutter
- From: "Rhino" <no.offline.contact.please@xxxxxxxxxx>
- Date: Sun, 30 Apr 2006 11:52:38 -0400
"Tony_P" <tony.prowse@xxxxxxxxxxxxxxxx> wrote in message
news:F215g.178043$8Q3.139389@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
HI,Can anybody tell me what sort of jobs i should be looking for now asCongratulations!
i've have been certified in the programming world...
Maybe i could help some of the people out in here, just to get some moreI think helping out on the comp.lang.java.* newsgroups would be good
experience with my 1st love which will away be java.
practice for you and would also help the newbies here. Working through
problems posted here is bound to help you learn more about Java and what
people do with it in the real world.
Please if anyone can send me detils of how i could help in this newsgroupJust dive in and answer questions when you know the answer. I don't mean
or another one...
that you should necessarily write code; many questions can be answered by
pointing people to a resource at the Sun site or elsewhere online or
suggesting a Google Groups search of the archives for the comp.lang.java.*
newsgroups.
When i was working hard trying to get my diploma, I used this newsgroupThat's the way life is sometimes; we don't always get answers and, even if
about 3 to 4 times, Even if i didn't away get the answer i was
expecting...
we do get an answer, it isn't always the one we expect. But both cases can
still be very educational.
If you get no answer at all, it frequently means that you didn't ask a good
question. Once you realize that, you can learn how to ask better questions;
eventually you will ask a question well enough that people can answer you.
The ability to ask a good question is a very useful skill; I wish more of
the people on Usenet had it. It would certainly reduce frustration among
both the questioners and the responders if everyone could ask a clear,
answerable question!
An unexpected answer can also be very very helpful. I remember once spending
hours and hours trying to write Java code that would round decimal numbers
to any precision I liked, such as to the nearest hundredth (.001) or
thousandth (.0001). I had the code mostly working but some cases gave me
trouble so I posted some code fragments asking for ideas on how to fix my
problems. Rather than suggesting a small fix that would solve my problem,
someone pointed out that my entire approach was wrong: I was manipulating
the numbers as Strings and should have been manipulating them as numbers.
They gave an example of the right approach; suddenly, I realized that hours
and hours of coding could be discarded and some simple arithmetic would do
what I wanted, easily and accurately. I ended up with much better code as a
result.
Last thing i've got to say is thank you comp.lang.java.programmer for
helpping me a few times
Tony_P :-))
--
Rhino
.
- References:
- Certified Java Nutter
- From: Tony_P
- Certified Java Nutter
- Prev by Date: Re: NoClassDefFoundError
- Next by Date: Re: Calendar Again
- Previous by thread: Re: Certified Java Nutter
- Next by thread: Saving Arabic Text
- Index(es):
Relevant Pages
|