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 do you know about the garbage collector in java?
How multi processing is achieved in JAVA?
Difference between Primary key and unique key?
What is type inference in java8?
Does list allow duplicates in java?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
when to for abstract class and when to go for interface
How many types of methods are there in java?
What is role of void keyword in declaring functions?
Can a class be protected in java?
what is overloading in java?
13 Answers Ascent, DNS, Infosys, SDA, VelTech,
What is a literal coding?