Posted: Sat Feb 13, 2010 4:49 am Post subject: New to the java programming-need help
Hi,
I am new to the java programming and I know the basic of the programming but want to learn more about it.So can you suggest me some tutorials or sites from which I can get help.Any suggestion would be greatly appreciated.
Thanks _________________
some of the things i did for practice were to code my own version of certain abstract data types. this gives you pretty good practice as well as a full understanding of exactly how they work.
so try to code your own version of a few of these if you get the time :
- double linked list
- skip list
- hash table
- bloom filter
- RBST
there's tonnes more but those should keep you going for a while. after successfully implementing those you should have a very good understanding of basic OOP as well as picking up some good experience with the language along the way
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum