How do u provide security in java
Answers were Sorted based on User's Feedback
Answer / guest
elimination of pointer avoids programsto gain access to
memory location without proper authorization..
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / bhuwan chandra
As the object in Java has properties and behaviour and they
are encapsulated together, no other class can gain access
of the data unless the class is defined as public.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shreya tanavade
security can be achieved by making the members of the class private..
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between comparator and comparable in java?
What is a JAR file?
What is the requirement of thread in java?
What is the use of arrays tostring () in java?
Is a copy constructor?
How to create a fecelet view?
What is the use of a conditional inclusion statement in Java ?
Can an abstract class be a final class?
Is math an abstract class in java?
wahts is mean by thread?
22 Answers HCL, TCS,
How to find the largest value from the given array.
What does system.gc() and runtime.gc() methods do?