Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Hi friends, i am new to java. can you explain how java is
secured.

Answers were Sorted based on User's Feedback



Hi friends, i am new to java. can you explain how java is secured...

Answer / 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

Hi friends, i am new to java. can you explain how java is secured...

Answer / ram

Java is considered more secure than other languages for
several reasons:

* The Java compiler catches more compile-time errors;
other languages (like C++) will compile programs that
produce unpredictable results.
* Java does not allocate direct pointers to memory. This
makes it impossible to accidentally reference memory that
belongs to other programs or the kernel.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can static methods be inherited?

0 Answers  


What is user defined exception in Java?

0 Answers   TCS,


Give me example of derived data types.

0 Answers   Amdocs,


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

0 Answers  


What is boolean keyword in java?

0 Answers  


Is age a discrete variable?

0 Answers  


What does += mean coding?

0 Answers  


Why do we need array in java?

0 Answers  


what is the difference between the methods sleep() and wait()? : Java thread

0 Answers  


If set accepts only one argument then how can it compare two objects to avoid duplicates

5 Answers  


What are nested classes in java?

0 Answers  


What is variable explain with example?

0 Answers  


Categories