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 a conditional statement explain with example?
What does @override mean?
What is the difference between compile-time polymorphism and runtime polymorphism?
Can I declare a class as private?
Is map sorted in java?
How do you represent a space in regex java?
How do you create a method in java?
What are meta-annotations?
What is a flag and how does it work?
Explain the use of volatile field modifier?
Can we define static methods inside interface?
Why singleton pattern is better than creating singleton class with static instance?
What is the difference between size and length in java?
What is the purpose of static methods and static variables?
Write a function to print Fibonacci series and Tribonacci series?