exam questions

Exam 1z0-900 All Questions

View all questions & answers for the 1z0-900 exam

Exam 1z0-900 topic 1 question 33 discussion

Actual exam question from Oracle's 1z0-900
Question #: 33
Topic #: 1
[All 1z0-900 Questions]

Given:

You are creating an Alarm management system. When you create a new alarm, you want it to create an alert that is triggered once at the specified time.
Which method should you call on Line 9 to create the timer?

  • A. timerService.createCalendarTimer(alarmDate, config);
  • B. timerService.createSingleActionTimer(alarmDate, config);
  • C. timerService.createIntervalTimer(alarmDate, -l, config);
  • D. timerService.createTimer(alarmDate, -l, config);
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://docs.oracle.com/javaee/6/api/javax/ejb/TimerService.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kozionov
Highly Voted 2 years, 8 months ago
B https://docs.oracle.com/javaee/7/api/javax/ejb/TimerService.html#method.detail
upvoted 6 times
...
orjava
Most Recent 7 months ago
Answser B. TimerService.createTimer(Date initialExpiration, long intervalDuration, Serializable info) IllegalArgumentException - If initialExpiration is null, if initialExpiration.getTime() is negative, or if intervalDuration is negative.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago