You are on page 1of 5

http://www.coderanch.

com/forums/f-24/java-programmer-SCJP

Source: http://share.xmarks.com/folder/bookmarks/HOZrAsFmj8 short notes given at: http://suhrid.net/wiki/index.php?title=Category:OCPJP

Java: static-non-static-this problem - Stack Overflow http://stackoverflow.com/questions/2625031/java-static-non-static-this-problem Exception-Handling Antipatterns | Java.net http://today.java.net/article/2006/04/04/exception-handling-antipatterns Three Rules for Effective Exception Handling | Java.net http://today.java.net/pub/a/today/2003/12/04/exceptions.html Best Practices for Exception Handling - O'Reilly Media http://onjava.com/pub/a/onjava/2003/11/19/exceptions.html onjava.com/onjava/2003/11/19/exceptions.html http://onjava.com/onjava/2003/11/19/exceptions.html Programming With Assertions http://docs.oracle.com/javase/1.4.2/docs/guide/lang/assert.html www.javaranch.com/journal/200409/ScjpTipLine-StringsLiterally.html http://www.javaranch.com/journal/200409/ScjpTipLine-StringsLiterally.html Discover the secrets of the Java Serialization API http://java.sun.com/developer/technicalArticles/Programming/serialization/ Static Hiding (SCJP forum at JavaRanch) http://www.coderanch.com/t/248961/java-programmer-SCJP/certification/Static-Hiding J2SE 1.4 premieres Java's assertion capabilities, Part 1 - JavaWorld http://www.javaworld.com/javaworld/jw-11-2001/jw-1109-assert.html

Java Standard Edition 6 Programmer Certified Professional Exam http://education.oracle.com/pls/web_prod-plqdad/db_pages.getpage?page_id=41&p_exam_id=1Z0_851 comparator n comparable http://onjava.com/onjava/2003/03/12/java_comp.html Object initialization in Java - JavaWorld http://www.javaworld.com/javaworld/jw-03-1998/jw-03-initialization.html?page=4 Corey's SCJP Tipline, etc. - Forward Referencing http://radio.javaranch.com/corey/2004/05/13/1084483439000.html How static class variables get initialized | DaniWeb http://www.daniweb.com/software-development/java/threads/367677/how-static-class-variablesget-initialized when static variables are initialized (SCJP forum at JavaRanch) http://www.coderanch.com/t/244574/java-programmer-SCJP/certification/when-static-variablesinitialized How Synchronization works in Java ? Example of synchronized block http://javarevisited.blogspot.in/2011/04/synchronization-in-java-synchronized.html java - Locks in Synchronized Blocks - Stack Overflow http://stackoverflow.com/questions/1814900/locks-in-synchronized-blocks java - Does a synchronized block prevent other thread access to object? - Stack Overflow http://stackoverflow.com/questions/4122925/does-a-synchronized-block-prevent-other-threadaccess-to-object http://www.javaranch.com/journal/2003/04/immutable.htm http://www.javaranch.com/journal/2003/04/immutable.htm Java Practices -> Immutable objects http://www.javapractices.com/topic/TopicAction.do?Id=29 Concise presentations of java programming practices, tasks, and conventions, amply illustrated with syntax highlighted code examples. wait() and notify() example (Threads forum at JavaRanch) http://www.coderanch.com/t/571910/threads/java/wait-notify-example a surprise behavior of polymorphic methods inside constructors in Thinking in Java (Java in General forum at JavaRanch) http://www.coderanch.com/t/580019/java/java/surprise-behavior-polymorphic-methods-inside

Why we can't assign a Exception type variable to a Object type variable ? (Beginning Java forum at JavaRanch) http://www.coderanch.com/t/579575/java/java/Why-we-assign-Exception-type Kreativity Personified: SCJP http://techno-cratic.blogspot.in/search/label/SCJP How Classes are Found http://docs.oracle.com/javase/6/docs/technotes/tools/findingclasses.html Java Package Tutorial (English version) http://www.jarticles.com/package/package_eng.html Managing the Java classpath (Windows) http://www.ibm.com/developerworks/java/library/j-classpath-windows/ classpath : Java Glossary http://mindprod.com/jgloss/classpath.html Setting the class path http://docs.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html Sun Certified Programmer for the Java 2 Platform, Standard Edition 6 http://education.oracle.com/pls/web_prod-plqdad/db_pages.getpage?page_id=303&p_certName=SQ1Z0-851 Chapter 5. Conversions and Promotions http://docs.oracle.com/javase/specs/jls/se7/html/jls-5.html#jls-5.2 Chapter 5. Conversions and Promotions http://docs.oracle.com/javase/specs/jls/se7/html/jls-5.html#jls-5.1.9 Mock Exam Question - Instantiation and casting (SCJP forum at JavaRanch) http://www.coderanch.com/t/251734/java-programmer-SCJP/certification/Mock-ExamInstantiation-casting Two's Complement http://www.cs.cornell.edu/~tomf/notes/cps104/twoscomp.html What is a compile time constant? (Beginning Java forum at JavaRanch) http://www.coderanch.com/t/454384/java/java/compile-time-constant It is amazing how many times a question comes up in this forum, where the answer is something like... "Because X is a compile time constant, the

Varargs http://docs.oracle.com/javase/1.5.0/docs/guide/language/varargs.html Thinking in Java 4: Initialization & Cleanup - Constructor initialization http://www.linuxtopia.org/online_books/programming_books/thinking_in_java/TIJ306_014.htm Thinking in Java 4: Initialization & Cleanup - Constructor initialization Best Practices for Exception Handling - O'Reilly Media http://onjava.com/pub/a/onjava/2003/11/19/exceptions.html?page=2 Java exceptions, if used the right way, can be very useful. Gunjan Doshi discusses the right ways to deal with them. SCJP 1.5 SCJP 1.6 enhanced for loop (for-each) Mock Exam Practice Questions http://www.javacertifications.net/javacert/enhancedforloop.jsp SCJP 1.5, SCJP 1.6 ( SCJP 6.0) , SCWCD 1.5, Certification Exam Main Page - Suhrid.net Wiki http://suhrid.net/wiki/index.php?title=Main_Page How Volatile in Java works ? Example of volatile keyword in Java http://javarevisited.blogspot.in/2011/06/volatile-keyword-java-example-tutorial.html MultiThreading Output (SCJP forum at JavaRanch) http://www.coderanch.com/t/515634/java-programmer-SCJP/certification/MultiThreadingOutput#2333684 Operators (The Java Tutorials > Learning the Java Language > Language Basics) http://docs.oracle.com/javase/tutorial/java/nutsandbolts/operators.html The For-Each Loop http://docs.oracle.com/javase/1.5.0/docs/guide/language/foreach.html Java adam: Enhanced for loop and ConcurrentModificationException http://javaadami.blogspot.in/2007/09/enhanced-for-loop-and.html Enhance looping in Java 5.0 with for/in http://www.ibm.com/developerworks/java/library/j-forin/index.html SCJP 1.6 Dumps | j2eereference.com http://j2eereference.com/2011/02/scjp-1-6-dump/ Enums | j2eereference.com http://j2eereference.com/2011/10/enums/

You might also like