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 meant by memory leak?
Implement a stack with push (), pop() and min() in O(1) time.
Can we have two methods in a class with the same name?
Can a boolean be null java?
What is the difference between compare and compareto in java?
What is the use of protected in java?
How do you implement singleton class?
What are the benefits of operations?
Can you explain the meaning of aggregation and composition
Can final class have constructor?
Is java a compiler?
What purpose do the keywords final, finally, and finalize fulfill?
What is the meaning of variable in research?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Explain the pointers in Java?