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 |
Why is inheritance used in java?
What do bitwise operators do?
How do you use, call, and access a non-static method in Java?
Explain importance of inheritance in java?
What is jit compiler in java?
What is passing value java?
What is a variable declaration?
What is meant by event handling in SAX parser?
What is nan in java?
Why vector class is used?
Does anyone still use java?
What does += mean in java?