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 Access Specifiers and Access Modifiers.
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What will be the output of round(3.7) and ceil(3.7)?
What is HashTable?
How is Object Oriented Programming different from Procedure Oriented Programming?
Explain wait(), notify() and notifyall() methods of object class ?
What are the six ways to use this keyword?
How do you create a first line indent?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
what is difference between signed & unsigned char?
What is procedure writing?