Tim Moores wrote:Those are very high-visibility projects; good luck with that. The usual way is to start hanging out on a project's mailing list and to start offering contributions once you've got the hang of it.
Tim Moores wrote:Which project are you thinking of contributing to? The specifics differ from project to project.
Greg Brannon wrote:You said some things that made me think of this (infamous?) article. I hope you find it helpful.
Winston Gutkowski wrote:
Rauhl Roy wrote:may i know How to go to deepest part of the java coding? any links for practice? any other thing?
Like Manoj, I'm not sure what you mean, but there's source code for almost the entire SDK. However, I suspect it's likely to hinder rather than help.
The idea is to learn how to use classes, not know exactly what's inside them. You don't need to understand how an engine works in order to drive a car.
Winston
Rauhl Roy wrote:I am a Java developer with more than a couple of years of hands-on experience in the . But i want to shift to Cloud development. May I know if my java skills will be helpful to me to become a Cloud developer. If yes, where should I start to become a cloud developer.
thanks in advance.
Campbell Ritchie wrote:You would have to provide your own algorithms, and you should find details of SHA etc in any algorithms book. You can find a recommended hashCode method in Joshua Bloch's Effective Java™ or Bruce Eckel's Thinking in Java™ (TiJ); Eckel acknowledges Bloch there. You can find the 3rd edition of TiJ or a sample chapter of Bloch (old edition: try here) free of charge if you search the net. There are subtle differences in Bloch's recommendations in the 2nd edition.
Paul Clapham wrote:
Rauhl Roy wrote:but any other use other than the one you mentioned above?
That is what it means for a class to implement an interface.
Paul Clapham wrote:
Rauhl Roy wrote:very good answer but can you please give any thing in terms of functionality usage?
I don't think so. For one thing I don't understand what "functionality usage" means.
Paul Clapham wrote:
Rauhl Roy wrote:what is the use of LinkedHashMap implements Map?
One use of that is this: