READ Free Dumps For Oracle- 1z0-133
Question ID 23118 | You successfully deployed an application on WebLogic 12c but notice that its deployment name is different than what you expected. After checking various places and making multiple deployment attempts, you decide to be on the safe side and just use the method that takes precedence over the others when setting the deployment name. Which method should you use to override the default deployment name? |
Option A | Define the name in the library’s manifest file |
Option B | Configure the element in web.xml |
Option C | Run weblogic.Deployer with the –name option |
Option D | Set a computed name based on the deployment source file |
Option E | Set the element in application.xml |
Correct Answer | E |
Question ID 23119 | Consider a WebLogic Java EE application that uses a JDBC data source. Which three steps would the application developer typically write code to perform? (Choose three.) |
Option A | Test the connection to verify the database’s availability |
Option B | Add a new connection to the data source if none are available |
Option C | Close the connection to return the connection to the data source |
Option D | Request a connection from the data source |
Option E | Look up the data source using the JNDI name |
Correct Answer | A,D,E |