Examine the domain diagram:

Assume all servers are up and running and you have just started an offline WLST interactive session. Assume further that the username/password “weblogic/Welcome1” maps to a valid administrator.
You type two lines of WLST code:
connect(‘weblogic’,‘Welcome1’,‘host02.acme.com:7101’)
print cmo.getType() + ‘:’ + cmo.getName()
What will be printed? (Choose the best answer.)
Submit