Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 60 discussion

Actual exam question from Salesforce's CRT-450
Question #: 60
Topic #: 1
[All CRT-450 Questions]

What are three characteristics of static methods? (Choose three.)

  • A. Initialized only when a class is loaded
  • B. A static variable outside of the scope of an Apex transaction
  • C. Allowed only in outer classes
  • D. Allowed only in inner classes
  • E. Excluded from the view state for a Visualforce page
Show Suggested Answer Hide Answer
Suggested Answer: ACE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
am1
Highly Voted 4 years, 6 months ago
ACE. Reference: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_static.htm
upvoted 7 times
...
helper_raw
Most Recent 12 months ago
A & C & E are correct.
upvoted 2 times
...
tMana
1 year, 8 months ago
ABC are correct
upvoted 2 times
...
v323rs
3 years, 11 months ago
Static methods, variables, and initialization code have these characteristics. They’re associated with a class. They’re allowed only in outer classes. They’re initialized only when a class is loaded. They aren’t transmitted as part of the view state for a Visualforce page.
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 ...