• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[IBM 000-256 sample question] Profiling

 
Bartender
Posts: 3904
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sample question from study group:
http://groups.yahoo.com/group/ibmrad6/surveys?id=1881575

A developer needs runtime information about one particular method and has set up the application for profiling. Which of the following explains lack of any data after execution? (Select 1)

A. Profiling was set to stop after 0 invocations and execution cannot reach the method.
B. Profiling was set to stop after 10 invocations and execution cannot reach the method.
C. Profiling was set to stop after 0 seconds and execution cannot reach the method.
D. Profiling was set to stop after 1 second and execution does not reach the method in that time.

Any idea ?
 
them good ole boys were drinking whiskey and rye singin' this'll be the day that I die. Drink tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic