Question 6 of 75
The manifest file of an OSGi application project contains the following headers:
Application-Content: BundleA; version=1.0.0, BundleB; version=1.0.0
Use-Bundle: BundleC; version=1.0.0
Which statement is true about the bundle content of this OSGi application?
Correct Answer: C

Question 7 of 75
A developer has created a Liberty server in WebSphere Application Server Developer Tools for Eclipse.
How can the developer start the Liberty server from the Servers view using a JRE different from the default JRE?
Correct Answer: C

Question 8 of 75
A developer is testing a web application using a Liberty profile server. The application will also need to run on a Tomcat server and cannot make use of any APIs that are specific to the Liberty profile server. How can the user ensure that no classes outside of the specification classes are used by the application during the test?
Correct Answer: D

Question 9 of 75
In WebSphere Application Server Developer Tools with default settings, which situation will cause validation errors instead of warnings in the Problems view?
Correct Answer: D

Question 10 of 75
A developer runs a servlet from an OSGi web project named CounterWebBundle on a Liberty server and gets the following error message when the doGet method of the servlet is run:
[ERROR ] SRVE0777E: Exception thrown by application class
'com.ibm.ws.eba.servlet.CounterServlet.doGet():42' java.lang.NoClassDefFoundError: javax.naming.InitialContext
How should the developer resolve the problem?
Correct Answer: B