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
Explain super keyword in java.
What is the default value of an object reference declared as an instance variable?
Can inner class be public in java?
What is the public field modifier?
How do you use compareto?
Why singleton pattern is better than creating singleton class with static instance?
Is ++ operator is thread safe in java?
What does percent mean in java?
What is the difference between a checked and an unchecked exception?
How does queue work in java?
Is java written in c?
Why method overriding is used?
What's the purpose of using break in each case of switch statement?
Can we use String with switch case?
How does multithreading take place on a computer with a single cpu in java programming?