单项选择题
Which of these is an available Oracle WebLogic Message Bridge attribute ? ()
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
