The expression * /8 indicates which one of the following action?
Answers
Answered by
0
The * indicates multiplication while / indicates division by 8!
(answer according to Java)
Answered by
0
A cron expression is a string consisting of six or seven sub expressions (fields) that describe individual details of the schedule.
These fields, separated by white space, can contain any of the allowed values with various combinations of the allowed characters for that field.
The expression in java means multiplication, where as in other language it means that the process is running again and again after a interval of time.
Similar questions