What are the steps for running a scenario in JProbe?
Create/Edit Setting, Attach to Session, Load Snapshots
Load Snapshots, Attach To Session, Create/Edit Settings
Attach To Session, Load Snapshots, Create/Edit Settings
Create/Edit Settings, Load Snapshots
What is the file extension of the setting file created by JProbe?
.jpl
.bat
.jpb
.sln
What is the default port used by JProbe?
52991
52992
52993
52990
What are three tabs displayed in Runtime Summary View in case of memory analysis?
Memory Tab, Heap Tab, GC Tab
Thread Tab, GC Tab, Memory Tab
Memory Tab , Data Tab ,Heap Tab
None
What is the option that must be used to set the level of data you want to record?
Trigger
Set Recording Level
Configure Pool
Leak Doctor
Which type of view is used for viewing object allocations?
Instance View
Allocation View
Leak Doctor View
Object View
Which type of view is used to identify Memory Leaks?
Heap View
What is the purpose of Performance Analysis?
Focusing on a known efficient algorithm
Focusing on object cycle and garbage collection issues
Focusing on missing codes in a program
A Deadlock is a situation in which…
A cycle of threads is blocked as they are waiting for resource which is being held by another thread in cycle
Object is waiting for garbage collection
Java Application is having Memory Leaks
If the Result of Snapshot differencing is Positive what we can infer?
Modified code runs slower than original code
Modified code runs faster than original code
Modified code runs as fast as original code