🎴 Flashcard Mode
JavaScript and Web Services
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the following three kinds of data can a web service have?
AnswerClick to flip back
A
shared data, pre-session data and temporary data
💡 Explanation:
Web services typically manage three types of data: shared data (persistent data accessible across sessions), pre-session data (configuration/initiation data before the session starts), and temporary data (transient data during execution like request variables). Post-session and permanent data are not standard categories.