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 |
What lambda means?
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
how to pass the parameters to applets?
Which all r Final classes in java except string?
What is lambda expression in java?
What is singleton class example?
What is the use of arrays tostring () in java?
What is data structure in java?
I dont want to use serialzable in java is there any another concept so plz tell me
What is java Applet?
Is it possible to instantiate the abstract class?
How do you square a number?