How do u provide security in java

Answers were Sorted based on User's Feedback



How do u provide security in java..

Answer / guest

elimination of pointer avoids programsto gain access to
memory location without proper authorization..

Is This Answer Correct ?    6 Yes 1 No

How do u provide security in java..

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

How do u provide security in java..

Answer / shreya tanavade

security can be achieved by making the members of the class private..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is use of marker interface? give me good example?

2 Answers  


What do you mean by stack?

0 Answers   Accenture,


What advantage does an entity bean have over a sessin bean?

3 Answers   Adobe,


What is JIT ?

4 Answers   Satyam,


What is the difference between conversation & casting?

0 Answers  






What does localhost mean?

0 Answers  


What is argument in java?

0 Answers  


why to use transient variables when static variables can be used for Serialization

4 Answers  


What are the various access specifiers for java classes?

0 Answers  


What are the types of inner classes (non-static nested class) used in java?

0 Answers  


Why Wait and notify are kept in Object class although they are used only with Thread Class

2 Answers   Global Logic, Saksoft,


Why deletion in linkedlist is fast than arraylist?

0 Answers  


Categories