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
What is meant by distributed application? Why are we using that in our application?
Is ++ operator thread-safe in java?
How is treeset implemented in java?
How do you override a method in java?
State some situations where exceptions may arise in java?
What does exclamation mean in java?
What is t in parametric equations?
What is difference between hashset and hashmap in java?
What is passing by reference in java?
What do you mean by an interface in java?
What does opcode mean?
can any body body expalin best definitions & best real time exaples for opps concepts.
How many types of java are there?
Give a practical example of singleton class usage?
What is regex used for?