Question 1 of 30
In a financial application, a developer is tasked with implementing a feature that allows users to access their account information securely. The application uses the Java Security Manager to enforce access controls. If a user attempts to access their account information without the necessary permissions, what will be the outcome of this action?
The Security Manager will throw a SecurityException, preventing access to the account information.
The application will silently fail without any notification to the user regarding the access attempt.
The Security Manager will log the access attempt but allow the user to proceed with limited access.
The application will automatically grant the user the necessary permissions to access their account information.