Select from following answers:- Sequence is used to generate a sequence of numeric values
- Sequence generates values either in ascending or descending order
- Sequence allows cycle
- For better performance Sequence has Caching mechanism
- All Above
Sequence is used to generate a sequence of numeric values in either ascending or descending order, along with an option to have the minimum and maximum values and also allows to cycle and cache for better performance.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator