Q. The main purpose of a “Live Wire” in NetScape is to
✅ Correct Answer: (B)
Permit server side, JavaScript code, to connect to RDBMS
Explanation:
LiveWire was a server-side JavaScript framework introduced by Netscape in the 1990s. It allowed developers to write server-side scripts in JavaScript, enabling interaction with relational databases (RDBMS) like Oracle and Sybase.
Other options are incorrect because:
- (A) Create linkage between client-side and server-side → Not its main function, though it facilitated server-side scripting.
- (C) Support only non-relational database → Incorrect, as it worked with relational databases.
- (D) To interpret JavaScript code → JavaScript engines interpret JS, not LiveWire specifically.