Effective Java
Sasa Lele Starts In11 hrs : 54 mins : 31 secs

Effective Java  (English, Paperback, Bloch Joshua)

4.7
254 Ratings & 34 Reviews
₹1,495
5,223
71% off
i
Available offers
  • Bank Offer5% Unlimited Cashback on Flipkart Axis Bank Credit Card
    T&C
  • EMI starting from ₹136/month
  • Delivery
    Check
    Enter pincode
      Delivery by6 May, Tuesday|Free
      ?
    View Details
    Author
    Read More
    Highlights
    • Language: English
    • Binding: Paperback
    • Publisher: Pearson Education (US)
    • Genre: Computers
    • ISBN: 9780134685991, 9780134685991
    • Edition: 2017
    • Pages: 416
    Services
    • Cash on Delivery available
      ?
    Seller
    CaitanyaBookHouse
    4.3
    • 7 Days Replacement Policy
      ?
  • See other sellers
  • Description
    The definitive guide to Java programming language best practices from Josh Bloch Each chapter of Effective Java, Third Edition, consists of several "items," each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. While coverage is through Java 9, this guidance covers core Java features every programmer works with, regardless of which version. Concurrency: write clear, correct, well-documented concurrent programs Objects: creating and destroying; common methods Classes and interfaces: guidelines for making them usable, robust, and flexible Generics: tell the compiler what types of objects are permitted in each collection for safer and clearer programs Enums and annotations: two special-purpose families of reference types Functions: break a big job into smaller pieces that might well be written by different people separated by both time and space. Lambdas and streams: create function objects with more ease Method designs: treat parameters and return values; design method signatures; document methods Exceptions: improve a program's readability, reliability, and maintainability Object serialization: the dangers of serialization and how to minimize them General programming: local variables control structures libraries data types reflection native methods optimization naming conventions Programmers still consider this the best book on Java programming today.
    Read More
    Specifications
    Book Details
    Imprint
    • Addison Wesley
    Publication Year
    • 2017
    Dimensions
    Width
    • 23 mm
    Height
    • 231 mm
    Length
    • 185 mm
    Weight
    • 740 gr
    Frequently Bought Together
    Effective Java
    4.7
    (254)
    ₹1,495
    5,223
    71% off
    Design Patterns
    4.4
    (235)
    ₹585
    1 Item
    1,495
    1 Add-on
    585
    Total
    2,080
    Ratings & Reviews
    4.7
    254 Ratings &
    34 Reviews
    • 5
    • 4
    • 3
    • 2
    • 1
    • 199
    • 37
    • 9
    • 4
    • 5
    5

    Must read next level book for Java programmers

    This is a recommended book for people who have done with their beginners java books and also dirtied their hand with Java coding. This books takes all the features of the Java language and collects few best practices for each of it - for example- it covers Threads Synchronisation, OO Design, Exceptions and so on. Each topic/chapter can be handpicked and read independently of other chapters ( I usually find this approach to be useful because I might not be interested to read the book end-to-en...
    READ MORE

    Mohamed Sanaulla

    Dec, 2011

    8
    0
    Report Abuse
    5

    How,When,Why

    First this book is not for the beginner's,Well Defined Examples with easy Language.you can Crack any Quiz and Interviews with the Help of This Book,The Best part of this book is Author Focused on only the Problems and it's solutions.This Book will Tell you about how to Write Code,When to use Methods,Design Patterns,what is the logic behind using particular Strategies.Once you Go through this Book you will be much Clearer about Code,Logics and you will achieve good command over Coding skills.
    READ MORE

    priyanshu parashar

    Certified Buyer

    Mar, 2012

    11
    3
    Report Abuse
    5

    Must read for Advanced J2EE programmers

    This is a must-read for Advanced J2EE Programmers. Of course, there's no end to the higher levels to which a programming language can be leveraged, and following are the salient features that make this book so invaluable:

    - It doesn't deal with unnecessary, basic details. Therefore, this is not another bulky 'all-in-one' kind of book that will need 6 months to reach to the last chapter and the steam runs off by then. It's a much thinner book with only advanced topics. The topics are grouped ...
    READ MORE

    Partha Mishra

    Jan, 2015

    3
    0
    Report Abuse
    5

    Why How And When Of Java

    Why something is happening, how it is happening and when it should happen in context of Java is clearly defined in this book.

    Excellently written by Joshua Bloch(Chief Java Architect at google),he had Also wrote Java Collections API, just read first 10 pages of this book and you would think like you have become a champion in java API development.
    READ MORE

    Maneshwar Singh

    Certified Buyer

    Apr, 2012

    2
    0
    Report Abuse
    5

    The book every Java programmer should have

    I had read great reviews about this book and I even read some of it online. This is not a book for beginners - one should have basic understanding of Java before one can read this. However, its a really awesome book to have as a reference for what is good - more like 'best practices' kind of a book. I'm really happy with the purchase and am sure many people will benefit from this nice book.
    READ MORE

    TRISHUL PANI MUKHERJEE

    Certified Buyer

    Jan, 2012

    2
    0
    Report Abuse
    5

    The Best Java Masterpiece

    I have been working with java, since my college days, I have read a lot of titles, But this gem by Joshua is the best one, I have read both the editions word by word, and can assure you that the items mentioned will take your programming skills and language understanding to next level.Also, please do read "Java Puzzlers" by Joshua Bloch,it will too take you to the depths of Java.
    A must buy for a java developer.
    CAUTION: Beginners please stay away!!
    READ MORE

    Ketan Dikshit

    Sep, 2012

    3
    1
    Report Abuse
    5

    Best book I have ever had...

    Being a Java developer gave me opportunity to read several books on the subject from good , bad and ugly, but this book without any doubt is the best book of them all.Though it's not a easy read, you have to burn sweat out to read it and understand it.Every time you will go through it , you will find something new and interesting which you were not knowing before.

    So this book is a delight to read.
    READ MORE

    Ravi Prakash Mishra

    Certified Buyer

    Aug, 2012

    2
    1
    Report Abuse
    5

    A Masterpiece

    For anyone who wants to excel in java, I highly recommend that you read this book. This book will change the way you think and write Java programs, and it gives you insightful tips of writte top-notch code.
    READ MORE

    Nilanjan Sarkar

    Certified Buyer, Kolkata

    Feb, 2014

    0
    0
    Report Abuse
    5

    You will see Java in a different way - for the better

    What more to say about a book, which even James Gosling says, it would have helped him create java better. This books would help you improve your coding ability and give you a better understanding of Java. A must have for all Java programmers, even experts. You will see Java in a different light after this.
    READ MORE

    Viseish

    Certified Buyer, Bangalore

    Dec, 2013

    0
    0
    Report Abuse
    5

    Must read for any experienced Java programmer

    One of the best book in Java for experienced programmers. By reading and following tips in this book, you not only discover hidden gems of java, but improves code quality. This book helps to learn Java best practice, design and how to make most of Java API.
    READ MORE

    Javin Paul

    May, 2013

    0
    0
    Report Abuse
    +
    All 34 reviews
    Questions and Answers
    Q:is this a book or a softcopy of this book?
    A:this is a paper back book.
    Vinay Lodha
    Certified Buyer
    0
    0
    Report Abuse
    Didn't get the right answer you were looking for
    Safe and Secure Payments.Easy returns.100% Authentic products.
    You might be interested in
    Other Lifestyle Books
    Min. 50% Off
    Shop Now
    Finance And Accounting Books
    Min. 50% Off
    Shop Now
    Economics Books
    Min. 50% Off
    Shop Now
    General Fiction Books
    Min. 50% Off
    Shop Now
    Back to top