nerdexam
Oracle

1Z0-599 · Question #90

In WebLogic, the development feature to automatically load/refresh the changes of a Java classes at run time is called__________.

The correct answer is B. FastSwap. Using FastSwap Deployment to Minimize Redeployment Java EE 5 introduces the ability to redefine a class at runtime without dropping its ClassLoader or abandoning existing instances. This allows containers to reload altered classes without disturbing running applications, vastly…

Deploying Applications

Question

In WebLogic, the development feature to automatically load/refresh the changes of a Java classes at run time is called__________.

Options

  • AHotSwap
  • BFastSwap
  • CHotDeploy
  • DFastDeploy
  • EFastReload

How the community answered

(25 responses)
  • B
    88% (22)
  • C
    4% (1)
  • E
    8% (2)

Explanation

Using FastSwap Deployment to Minimize Redeployment Java EE 5 introduces the ability to redefine a class at runtime without dropping its ClassLoader or abandoning existing instances. This allows containers to reload altered classes without disturbing running applications, vastly speeding up iterative development cycles and improving the overall development and testing experiences. The usefulness of the Java EE dynamic class redefinition is severely curtailed, however, by the restriction that the shape of the class - its declared fields and methods - cannot change. The purpose of FastSwap is to remove this restriction in WLS, allowing the dynamic redefinition of classes with new shapes to facilitate iterative development. With FastSwap, Java classes are redefined inplace without reloading the ClassLoader, thereby having the decided advantage of fast turnaround times. This means that you do not have to wait for an application to redeploy and then navigate back to wherever you were in the Web page flow. Instead, you can make your changes, auto compile, and then see the effects immediately.

Topics

#FastSwap#hot reload#class reloading#development mode

Community Discussion

No community discussion yet for this question.

Full 1Z0-599 Practice