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
Program to Find the second largest element in an array.
What is jvm? How its run?
What is a pointer and does java support pointers?
What is the difference between overriding and overloading in OOPS.
What is a consumer in java?
describe method overloading
How do you sort in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Do you know why doesn't the java library use a randomized version of quicksort?
Can a class have more than one object?
Which is bigger float or double java?
Why do we use regex?
What programs use java?
Is cout buffered?
What is default exception handling in java?