This week's book giveaway is in the Raspberry Pi forum.
We're giving away four copies of Getting started with Java on the Raspberry Pi and have Frank DelPorte on-line!
See this thread for details.
Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!

Rauhl Roy

Ranch Hand
+ Follow
since Aug 01, 2006
Rauhl likes ...
Spring
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
19
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rauhl Roy

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.




I am asking about the open source projects (where to fine) that I want to contribute my code to..

Tim Moores wrote:Which project are you thinking of contributing to? The specifics differ from project to project.




Java/Spring/Hibernate/JMS/JPA

these are the things that i am aware of and want to contribute.
Hi,

May I know where can I contribute Java code? any idea about the site, project or links?

Thanks in advance.

Greg Brannon wrote:You said some things that made me think of this (infamous?) article. I hope you find it helpful.



Sorry Greg, I am a learner not a Hacker!!!
11 years ago

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



How to get good knowledge of Java for all programming purposes. In other words, I am asking about good programming, desiging guides or links to practice and keep my head help high in the programming world.
11 years ago
may i know How to go to deepest part of the java coding? any links for practice? any other thing?
11 years ago

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.



may i know if this is a wrong place to ask this kind of questions?
12 years ago
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.
12 years ago



May i know why Line number 5 and 7 are giving incremented result but not line number 8 and 9.

why the result of increment (@ 8 and 9 lines) is not being directly reflecting on the output.
12 years ago

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.



My understanding is that from the effective java link mentioned above that, hashing checks if equals() and hashcode() contract is met or not. if met hashing is done otherwise hashing fails?
12 years ago
May i know how hashing works in java?
12 years ago
may i know where can i find AJAX FAQs, it is being difficult to find a proper website for AJAXFAQs

thanks in advance.

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.



so LinkedHashMap is implementing Map interface for object reference purpose?
12 years ago

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.




i was talking about using the method in different way. {forget about it} but any other use other than the one you mentioned above?
12 years ago

Paul Clapham wrote:

Rauhl Roy wrote:what is the use of LinkedHashMap implements Map?



One use of that is this:




very good answer but can you please give any thing in terms of functionality usage?
12 years ago