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
Why is method overloading not possible by changing the return type in java?
What are the 6 boolean operators?
What is a heavyweight component?
Why is string builder not thread safe?
What data type is string java?
What do you know about the garbage collector?
Can an interface be defined inside a class?
Can a boolean be null java?
What is the difference between stream and buffer?
What do you mean by Hash Map and Hash Table?
Define an applet in java?
Can we use return in constructor?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Explain parallel processing in java8?
How listener identify that the event came from a particular object?