Multiple choice general knowledge science & technology

JAVA ME is tightly coupled with OS.We can retrieve even the data stored in SIM through an unsigned midlet.

  1. True

  2. False

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

Java ME is NOT tightly coupled with the OS - it runs in a sandboxed environment that abstracts away OS details. Additionally, unsigned midlets cannot access SIM card data due to security restrictions - only signed midlets with appropriate permissions can access such protected APIs.