<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13807087\x26blogName\x3djaxrpc\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://jaxrpc.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://jaxrpc.blogspot.com/\x26vt\x3d7252927280724037803', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Google  
Web    Images    GroupsNew!    News    Froogle    more »
  Advanced Search
  Preferences    
 Web Results 1 - 10 for jaxrpc[definition].  
 
    
« Home

Posts

Found this articke on handling exceptions. Worth r...
Log4J Example In many of my projects I implemented...
Here are some basic fundamentals and when to use t...
J2EE Spefication versions
Sometime the basics such as heap, stack causes man...
Practical UML
Some open source API's
Oracle JDBC Connection pool in Sun Java System App...
Sun Java System App server vs Tomcat
Using JavaServer Faces Technology with AJAX
 
     Archives
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
February 2006
March 2006
April 2006
June 2006
August 2006
December 2006
August 2007
May 2008
February 2009
March 2010
August 2010
 
     Links
Java Podcast

Here are the key differences between the upgrade and regular exams. I will post my experience after taking the upgrade exam in a month.

Difference in exam objectives between SCJP Upgrade exam and Standard exam

(CX-310-056) vs. (CX-310-055)

Exam Objectives that are not required for Upgrade exam
Section 1: Declarations, Initialization and Scoping

  • Develop code that declares an interface. Develop code that implements or extends one or more interfaces. Develop code that declares an abstract class. Develop code that extends an abstract class.

Section 2: Flow Control


  • Develop code that makes use of assertions, and distinguish appropriate from inappropriate uses of assertions.
  • Recognize the effect of an exception arising at a specified point in a code fragment. Note that the exception may be a runtime exception, a checked exception, or an error.

Section 3: API Contents


  • None

Section 4: Concurrency


  • Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems.
  • Given a scenario, write code that makes appropriate use of wait, notify, or notifyAll.

Section 5: OO Concepts


  • Develop code that implements "is-a" and/or "has-a" relationships.

Section 6: Collections / Generics


  • Distinguish between correct and incorrect overrides of corresponding hashCode and equals methods, and explain the difference between == and the equals method.

Section 7: Fundamentals


  • Given an example of a class and a command-line, determine the expected runtime behavior.
  • Determine the effect upon object references and primitive values when they are passed into methods that perform assignments or other modifying operations on the parameters.
  • Given a code example, recognize the point at which an object becomes eligible for garbage collection, and determine what is and is not guaranteed by the garbage collection system. Recognize the behaviors of System.gc and finalization.
  • Write code that correctly applies the appropriate operators including assignment operators (limited to: =, +=, -=), arithmetic operators (limited to: +, -, *, /, %, ++, --), relational operators (limited to: <, <=, >, >=, ==, !=), the instanceof operator, logical operators (limited to: &, |, ^, !, &&, ||), and the conditional operator ( ? : ), to produce a desired result. Write code that determines the equality of two objects or two primitives.
- Tuesday, June 20, 2006 -

Post a Comment


Result Page: 

 



















 


 

Search within results | Language Tools | Search Tips | Dissatisfied? Help us improve


Google Home - Blogger - Blogger Templates

© 2005 jaxrpc