• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

generics

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anybody please tell i want to read generics which book is best to clear the basics
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know whether I can suggest the name of the book to you here at javaranch ..If i can then J2SE complete reference Tata McGraw-Hill would be the best for you to start, if this is illegal then moderators please delete this.

Hope this helps
 
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sudipto shekhar wrote:I don't know whether I can suggest the name of the book to you here at javaranch ..If i can then J2SE complete reference Tata McGraw-Hill would be the best for you to start, if this is illegal then moderators please delete this.



This is not illegal sudipto.

And for generics I would suggest generics-tutorial from sun...
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Ankit. The tutorial that Ankit provided is great, mind it you can also save the tutorial so you don't have to go online to read it.
 
akash azal
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks ankit and sudipto
 
Ankit Garg
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sudipto shekhar wrote:you can also save the tutorial so you don't have to go online to read it.



And that's not illegal too
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Should'nt we have a list of what is legal and what is not here a java ranch? Many confusions can be eliminated and the moderators too will have a less tough time!
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as I know JavaRanch does not have too many restrictions.


-- You can't discuss about companies
-- Your user name should adhere to the naming policy
-- Be nice to everone
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What about copyrights, posting SCJP questions and there are lot more that a poster should know. What say?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

akash azal wrote:can anybody please tell i want to read generics which book is best to clear the basics





hi.....satyam is here..

go for Moya book.......this is a great boook
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Posting the name of a book is ofcourse not illegal.

Note that books in general are copyrighted. Redistributing a book in electronic format (as a PDF for example) for free, without permission from the publisher, is ofcourse illegal. So posting links to illegal electronic versions of books is not permitted on JavaRanch. If I encounter someone posting a link to an illegally copied book, I delete the post and try to warn the owners of the website that they are hosting illegally copied material.

When you copy a question from a book, mock exam or other source, we require that you quote your sources. One of the reasons for that is that we do not allow questions from "dumps", which are illegally copied sets of questions from the real SCJP exam. When you do the exam, you agree to Sun's terms and conditions, and one of those is that you will not redistribute the questions you see on the exam.

In principle, questions that you find in books etc. are also copyrighted, but we do allow discussing single questions from books and other sources here. If the author of such a book or mock exam would object to it, then we would remove those questions from the forums. But as said above, questions from "dumps" or questions that we recognise as coming from the real exam will be deleted immediately.
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's what is am speaking of! A list of illegal activities should be created and updated by the moderators.

Thank you Jasper.
 
akash azal
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when we use generic methods and when we use wild card.is there any scenerio where to use what
 
Lasagna is spaghetti flvored cake. Just like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic