A. XA Enabled B. Connection URL C. Local JNDI name D. Quality of Service
单项选择题ABC Company has approximately 150’000 products in their catalog and wants to put these within a Coherence cache to improve performance and access times of their existing JEE application without too much change to existing code. There are a number of servlets that get the same product information multiple times within a page. There are also a number of server-based processes that run at regular intervals and also request product information many times. Products have small changes which need to be updated during the day. What would be the most appropriate caching scheme to use ? ()
A. Near Cache B. Distributed Cache C. Local Cache D. Replicated Cache
单项选择题You want to use te Coherence Java APIs to directly cached POJOs. Consider this snippet of code: NamedCache cache - CacheFactory.getCache( mycache ); cache.put(new Integer(I)f hello ); cache.put(T, hi ); cache.put(new Long(II), hey ); This code inserts three objects into the cache. Why ?()
A. hashCode() and equals() method for each object type is different so a different key is used B. each object value string is different so a different value is inserted on each put C. equals() and compare() method is different for each put D. POF need to be implemented for this to work properly
单项选择题Identifyarchitecturallywhereinanapplication,Coherencestackwillbeused()
A. coherence resides locally on the machines of all remote application users B. coherence resides between remote users and the Web tier C. coherence resides between the Web tier and application tier D. coherence resides between the application tier and data tier
多项选择题WhichtwostatementsaretrueaboutOracleActiveCache?()
A. it supports very large data-sets such as the result-sets from large search queries to be held in memory B. it provides a set of management tools that enables automation of configuration C. it provides enhanced visibility across the entire application infrastructure D. it significantly increases the performance of Web-based applications with no code change
单项选择题Ataruntime,eachOracleWeblogicServerinstanceinagivendomaincreatesanin-memoryrepresentationoftheconfigurationdescribedinthisdocument()
A. mds-mbeans.xml B. config.xml C. policy.xml D. data.xml