Web Short Notes
Web Short Notes
Applet:
>A small Java program that runs inside a web browser.
>Embedded in web pages using the <applet> or <object> tag.
>Requires Java Virtual Machine (JVM) to run.
>Used for adding interactive features like animations or games.
>Runs in a sandbox for security (limited system access).
2. MongoDB:
>A NoSQL, document-oriented database.
>Stores data in BSON (Binary JSON) format using collections and documents.
>Schema-less, allowing flexible and dynamic data structures.
>Supports scalability through sharding and high availability via replica sets.
>ommonly used in real-time applications, big data, and cloud computing.