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

Brief the life cycle of an applet.

1 Answers  


what is the difference between the methods sleep() and wait()? : Java thread

1 Answers  


Explain the difference between throw and throws in java?

1 Answers  


Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?

1 Answers  


How java uses the string and stringbuffer classes?

1 Answers  


Why chararray() is preferred over string to store the password?

1 Answers  


To the class members how can we provide security?

1 Answers   Aspire,


Write a program in java to find the maximum and minimum value node from a circular linked list.

1 Answers  


Can I use % with real numbers?

1 Answers  


What is the alternate of 'Inheritance' ?

4 Answers   CybAge, HCL,


why java is platform independent?

5 Answers   IBM, SparkTG,


Is a class subclass of itself?

1 Answers  


Categories