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


Please Help Members By Posting Answers For Below Questions

What is compiler and what its output.

636


What are the escape sequences in java?

565


What are untrusted applets?

587


Does hashset allow duplicates in java?

580


What is a method declaration?

517






What are "methods" and "fields"?

577


What type of value does sizeof return?

543


What is java in detail?

562


In which order the iterator iterates over collection?

584


Explain the scope of a variable.

638


What is preflight request?

532


How do you classify Dialog Box?

649


When do we need to use internal iteration? When do we need to use external iteration?

608


Can an abstract class be a final class?

531


What is ‘has a’’ relationship in java?

725