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 bytecode is called bytecode?
How do you clear an arraylist in java?
Can we call virtual funciton in a constructor ?
Can you write a java class that could be used both as an applet as well as an application?
What are packages in java?
Where we write javascript code in html page?
When would you use a static class?
What is meant by overloading?
What are the concepts of 'OOPS'?
Java is Pass by Value or Pass by Reference?
What are the advantages of assembly language?
Which data type is class in java?