Multiple choice technology web technology

Session Initiation Protocol (SIP) servlets are packaged in which type of archive file?

  1. SAR

  2. WAR

  3. JAR

  4. EJB-JAR

  5. SIP-JAR

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Session Initiation Protocol (SIP) servlets are packaged in SIP Archive (SAR) files, which are specialized archives for SIP applications. Standard web applications use WAR files, plain Java classes use JAR files, and enterprise beans use EJB-JAR files. SIP-JAR is not a standard archive type.