IBM
C2010-501 · Question #156
C2010-501 Question #156: Real Exam Question with Answer & Explanation
The correct answer is D. If it is set too high, garbage collection will clear RMI objects too slowly. This can cause problems with. See the full explanation below for the reasoning.
Question
Which statement is true about the generic Java Virtual Machine (JVM) parameter Dsun.rmi .dgc.ackTimeout regarding Remote Method Invocation (RMI)?
Options
- AThis parameter must be added only on JVMs that are used for User Interface connections.
- BUse different timeout settings for application servers that have the RMI Registry web application installed.
- CIf it is set too high, garbage collection will clear RMI objects out of memory that are still in use.
- DIf it is set too high, garbage collection will clear RMI objects too slowly. This can cause problems with
Community Discussion
No community discussion yet for this question.