What BEST describes setting the 'Minimum Heap Size' close to or equal to the 'Maximum Heap Size'?
A. High performance web applications waste more processing power on low performance functions.
B. Low performance web applications spend more processing power than necessary on low performance functions.
C. Can improve WebSphere Application Server start up.
D. Garbage collection cycles are more frequent that can affect performance.
I think should be D, but some ppl with C
---------------------------------------------------
A WebSphere Application Server V5.0 Administrator is attempting to understand WebSphere Connection Pooling. In which of the following examples should her application use WebSphere Connection Pooling?
(Select 3)
A. Whenever the application cannot tolerate the overhead of obtaining and releasing a database connection.
B. Whenever the application requires
Java Transaction API (JTA) transactions within the WebSphere Application Server.
C. Whenever the application developers have implemented connection pooling in the code.
D. Whenever the application needs to share connections among multiple users.
E. Whenever the application manages the specifics of creating a connection, such as the database name, username, or password.
I go with A, C, E, but some ppl with A, B, D
Any idea ?