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

Why bytecode is called bytecode?

0 Answers  


How do you clear an arraylist in java?

0 Answers  


Can we call virtual funciton in a constructor ?

0 Answers   XX,


Can you write a java class that could be used both as an applet as well as an application?

0 Answers  


What are packages in java?

5 Answers  


Where we write javascript code in html page?

0 Answers  


When would you use a static class?

0 Answers  


What is meant by overloading?

0 Answers  


What are the concepts of 'OOPS'?

0 Answers   Atos Origin,


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


What are the advantages of assembly language?

0 Answers  


Which data type is class in java?

0 Answers  


Categories