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 |
List down the methods and interfaces of collection class in java.
How do you write a good declaration?
Which is best ide for java?
Why do we use return statement?
How do you check if a string contains only numeric digits?
what is the default value of a variable char?(If not assigned)
system.out.println(1 + 3);
Can we sort a map in java?
what is ABSTRACTION and what are using in real time project?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
What is persistence ?
How do you load an HTML page from an Applet ?