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
When super keyword is used?
What are streams in java 8?
What is protected access modifier?
Write a program to find the whether a number is an Armstrong number or not?
Difference between vector and arraylist.
What are passing parameters?
Can we cast any other type to boolean type with type casting?
What is the purpose of the enableevents() method?
Do I need java for windows 10?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
How do I get a substring?
how its run?
Can you change array size in java?
Explain the difference between abstract classes and interfaces in java?
When should you use arraylist and when should you use linkedlist?