Can we access private data outside of the class directly in
java programming language? Why There is no runtime checking
in java, which leads to access the private data directly
outside of a class?
Answer Posted / foobar
possible using reflection
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the benefit of lambda expressions?
Differentiate between array list and vector in java.
What is the difference between a synchronized method and a synchronized block?
Is there any difference between synchronized methods and synchronized statements?
Why should we use singleton pattern instead of static class?
What is meant by flickering?
What is the difference between call by reference and call by pointer?
What is http client in java?
How are java objects passed to a method and what are native methods?
What is currentthread()?
Is void a wrapper class?
Can private method static?
What are the differences between string, stringbuffer and stringbuilder?
How many arguments can be passed to main ()?
Why is it called boolean?