java can provide security ,how can provide?
Answer Posted / nithin nataraj.i
JAVA is Platform Independent System Such that it should be Run on any Environment.Since Java does not contains .exe files instead it contains .class files which are in Machine level can be understandable. We cannot convert these .class files to .java files So it is Secure.
Java Software will be in the form of .jar and .war which provides a Firewall so that External programs cant be interrupted.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the uses of java?
What is isa relationship?
When is update method called?
What is method reference?
What is string in java with example?
How do you make a thread in java?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Can you start a thread twice in Java?
What are the drawbacks of reflection?
Explain about anonymous inner classes in java?
Which is better stringbuffer or stringbuilder?
Is a char always 1 byte?
What is string and example?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is use of inner class in java?