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
how its run?
What is the main function in java?
How many bytes are a float?
How can we make a class virtual?
What is method in research paper?
What is string immutability?
what do you mean by marker interface in java?
What are 5 boolean operators?
What is a consumer in java?
what are three ways in which a thread can enter the waiting state? : Java thread
What is the difference between yielding and sleeping in java programming?
What is bom encoding?
What is the synonym of string?
Using callable statement how can you pass out parameters, explain with example?
Why a dead thread occurs?