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

Is java ee a framework?

0 Answers  


What is an interface in java?

0 Answers  


Can an object?s finalize() method be invoked while it is reachable?

2 Answers  


What is set in java?

0 Answers  


What is the unit of plancks constant?

0 Answers  






using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.

4 Answers  


Explain about vector, dictionary,hash table, property classes?

1 Answers   Patni,


What is the difference between a checked and an unchecked exception?

0 Answers   Cyient,


What is the maximum size of a string in java?

0 Answers  


Can a class extend more than one class?

0 Answers  


Are functions objects in java?

0 Answers  


What is the difference between java and .Net?

39 Answers   Bosch,


Categories