JSP का मतलब है
व्याख्या एवं हल
सही उत्तर (C) जावा सर्वर पेजेस है।
- JSP का अर्थ जावा सर्वर पेजेस (Java Server Pages) है, जो जावा प्रोग्रामिंग भाषा पर आधारित गतिशील और प्लेटफॉर्म-स्वतंत्र वेब पेज बनाने के लिए उपयोग की जाने वाली एक सर्वर-साइड तकनीक है।
- यह सॉफ्टवेयर डेवलपर्स को HTML दस्तावेजों में जावा कोड सम्मिलित करके गतिशील सामग्री बनाने में सक्षम बनाती है, जिसे वेब सर्वर द्वारा संसाधित किया जाता है ताकि क्लाइंट के लिए HTML पेज उत्पन्न हो सकें।
- विकल्प (A), (B) और (D) तकनीकी रूप से गलत हैं क्योंकि वे जावा इकोसिस्टम के अंतर्गत वेब विकास प्रौद्योगिकियों के लिए स्थापित मानक शब्दावली का प्रतिनिधित्व नहीं करते हैं।
In English (Question & Model Answer)
JSP stands for
The correct answer is (C) Java Server Pages.
- JSP stands for Java Server Pages, a server-side technology used for creating dynamic, platform-independent web pages based on the Java programming language.
- It enables software developers to create dynamic content by inserting Java code into HTML documents, which is then processed by a web server to generate HTML pages for the client.
- Options (A), (B), and (D) are technically incorrect as they do not represent the established standard terminology for web development technologies within the Java ecosystem.