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 |
Brief the life cycle of an applet.
what is the difference between the methods sleep() and wait()? : Java thread
Explain the difference between throw and throws in java?
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?
How java uses the string and stringbuffer classes?
Why chararray() is preferred over string to store the password?
To the class members how can we provide security?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Can I use % with real numbers?
What is the alternate of 'Inheritance' ?
why java is platform independent?
Is a class subclass of itself?