190k views
4 votes
Java can be used to create which of the following technologies?This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.

A Server-side includes (SSIs).
B JSP and servlets.
C Active Server Pages (ASP).
D Practical Extraction and Report Language (PERL).

1 Answer

4 votes

Answer:

B JSP and servlets.

Step-by-step explanation:

  • Server Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for the web.
  • JSP and servlets; A servlet is a server-side program and written purely on Java. JSP is an interface on top of Servlets.
  • Active Server Pages (also known as ASP) is Microsoft's first server-side script engine that enabled dynamically-generated web pages.
  • Practical Extraction and Report Language (Perl) is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information.
User BasTaller
by
6.1k points