多项选择题
You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.
Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()
A.Implementation-Version
B.Specification-Version
C.Extension-Name
D.Specification-Vendor
E.Implementation-Vendor
相关考题
-
多项选择题
IdentifyfourvalidrequestsinaRESTfulserviceusingJAX-RS.()
A.GET
B.PUT
C.UPDATE
D.DELETE
E.POST
F.REMOVE -
多项选择题
Identifythreereasonsthatexplainwhyassigningmorethanonemanagedserveachievebetterperformancethanrunningonemanagedserverwithmoreresources?()
A.Thread management inside the JVM process might be less effective than context switching between processes on the OS level. It is better to combine both these technologies to achieve full saturation of resources.
B.Current CPUs are multicore units. So starting managed servers in the amount of physical cores and pinning them 1:1 to cores will always get the best performance.
C.By a combination of prioritization of processes on the OS level and Work Manager in WLS, one could tune the whole environment more precisely.
D.Assigning more than one managed server to hardware will never bring better performance.
E.More instances means more connections to databases, so one could serve more concurrent calls on the database level. This is primarily why this approach will give better performance numbers.
F.Depending on the profile of the application, having more JVMs with smaller heaps will lead to more predictable response times than fewer JVMs with a large heap. -
单项选择题
A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet. Which type of session replication in WebLogic is recommended?()
A.MAN Replication
B.WAN Replication
C.Synchronous Replication
D.Asynchronous Replication
E.Database Replication
