¡@

Home 

java Programming Glossary: sierra

Using == operator in Java to compare wrapper objects

http://stackoverflow.com/questions/10149959/using-operator-in-java-to-compare-wrapper-objects

compare wrapper objects I'm reading SCJP Java 6 by Kathy Sierra and Bert Bates and this book is confusing me so much. On page..

objects eligible for garbage collection

http://stackoverflow.com/questions/11564137/objects-eligible-for-garbage-collection

for garbage collection This question was taken from Kathy Sierra SCJP 1.6. And the question is how many objects are eligible.. are eligible for garbage collections According to Kathy Sierra answer It is C that means two objects are eligible for garbage..

Is String Literal Pool a collection of references to the String Object, Or a collection of Objects

http://stackoverflow.com/questions/11700320/is-string-literal-pool-a-collection-of-references-to-the-string-object-or-a-co

Literally and the SCJP Java 6 Programmer Guide by Kathy Sierra co founder of javaranch and Bert Bates . I will try to quote.. Bates . I will try to quote what Mr. Corey and Ms Kathy Sierra have quoted about String Literal Pool. 1. According to Mr Corey.. journal 200409 Journal200409.jsp#a1 2. According to Kathy Sierra and Bert Bates in SCJP book To make Java more memory efficient..

Why do we use final keyword with anonymous inner classes?

http://stackoverflow.com/questions/7076773/why-do-we-use-final-keyword-with-anonymous-inner-classes

classes I'm currently preparing the S O CJP with the Sierra Bates book. About inner classes method local or anonymous they..