Hi friends, i am new to java. can you explain how java is
secured.
Answer Posted / imam basha
Java does not use memory pointers explicitly. All the
programs in java are run under an area known as the sand
box. Security manager
determines the accessibility options of a class like reading
and writing a file to the local disk. Java uses the public
key encryption system to allow the java applications to
transmit over the internet in the secure encrypted form. The
bytecode Verifier checks the classes after loading.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we inherit a class with private constructor?
What are the differences between include directive and include action?
When will you define a method as static in Java?
Can we assign null to double in java?
How do you use compareto in java?
Can a function return a function?
What is the difference between numeric and integer?
Why is a singleton bad?
What is the use of isempty in java?
What is the default size of arraylist in java?
What is remote method invocation (rmi)?
How do I know if java is installed?
What is basic syntax?
What happens if an exception is throws from an object's destructor?
What is class forname?