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 is a java developer salary?
how do I create a runnable with inheritance? : Java thread
why using interface interface ?
What is compiler and what its output.
What occurs when an object is constructed?
What is the difference between jdk and jre?
Why java is call by value?
What is bytecode in java ?
What is the syntax and characteristics of a lambda expression? Explain
What is the difference between double and float variables in java?
What are methods?
What are the high-level thread states in java programming?
Does string is thread-safe in java?
State the difference between creating string as new () and literal.
What is the use of parse function in java?