Hi friends, i am new to java. can you explain how java is
secured.
Answer Posted / 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 View All Answers
Can we extend immutable class?
Is static a singleton?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
what is meant by HQL?
What is a double?
What is return type in java?
What is the difference between super class & sub class?
What is tree node in java?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Why do we use return statement?
How do you break a loop?
Can we create constructor in abstract class ?
What is numeric data type?
What is the difference between an argument and a parameter?
What best practices should you follow while writing multithreaded code in java?