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 happens when a thread cannot acquire a lock on an object? : Java thread
What is difference between == equals () and compareto () method?
What is a newline character in java?
What is volatile data type?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
In case of inheritance what is the execution order of constructor and destructor?
What is the super void?
What is comparable and comparator interface? List their differences
Does java set allow duplicates?
Which class represents the socket that both the client and server use to communicate with each other?
What is string builder?
What does index mean in java?
What are the advantages of packages in java?
What is a string token?
Can we override private method?