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 are thread local variables?
How can you say java is object oriented?
Why stringbuilder is not thread safe?
How to perform bubble sort in java?
Can we use string in the switch case?
How do you implement singleton class?
What is thread safe in java?
How do you escape in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is final int?
What is finalize() function in java?
Explain the selection sort algorithm?
What do you mean by constructor?
How many types of gc are there in java?
What is the purpose of stub and skeleton?