Hi friends, i am new to java. can you explain how java is
secured.
Answers were Sorted based on User's Feedback
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 |
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 |
what are Hostile Applets?
Can we override constructor in java?
What is a method header?
What is the difference between ArrayList and Vector? which one is better in Java
0 Answers SkillGun Technologies,
What is static keyword?
How do you input a string in java?
what is heap memory?
0 Answers Tavant Technologies, Zensar,
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
What is a flag variable?
What is finally block?