Home » HTML » HTML APIs » Question
  1. Which of the following is not a transmission mode that plug-in can select?
    1. Complex mode
    2. Normal mode
    3. Random-access mode
    4. File mode
    5. None of these
Correct Option: A

There are three transmission modes that plug-in can select. In normal mode browser sends stream data sequentially to plug-in, in Random-access mode browser allows a plug-in to request specific ranges of bytes from anywhere in the stream. In File, mode browser saves data to a local file in cache and passes the file path to plug-in.



Your comments will be displayed only after manual approval.