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 is overriding in java?
Can we restart a thread already started in java?
Can an unreachable object become reachable again?
describe synchronization in respect to multithreading? : Java thread
How big is a pointer?
What is bubble sort in java?
What is the default execution method in java?
How do you achieve singleton?
What are format specifiers in java?
Explain polymorphism citing an example.
What is compiler and what its output.
WAP to illustrate the use of interface