java can provide security ,how can provide?
Answer Posted / chidananada p.d
java consists of JAAS [java authentication and authorization
services ],By implementing these classes into our
application we can provide security.But in other
technologies there is no security concepts available directly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by hashing?
What is the statements?
What are JVM.JRE, J2EE, JNI?
Which is better stringbuffer or stringbuilder?
Is 0 an even number?
What is intern method in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is the use of object and class classes?
Why spring singleton is not thread safe?
What are synchronized blocks in java?
Is array dynamic in java?
why not override thread to make a runnable? : Java thread
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Is set ordered?
'A class is a template for an object' explain this statement.