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

Program to Find the second largest element in an array.

826


What is jvm? How its run?

875


What is a pointer and does java support pointers?

784


What is the difference between overriding and overloading in OOPS.

819


What is a consumer in java?

784


describe method overloading

725


How do you sort in java?

783


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

807


Do you know why doesn't the java library use a randomized version of quicksort?

749


Can a class have more than one object?

755


Which is bigger float or double java?

747


Why do we use regex?

766


What programs use java?

699


Is cout buffered?

888


What is default exception handling in java?

774