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 / binit
no..............
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is api in java?
What is a method in java?
What is formatted output in java?
What is this () in java?
Why main() method is public, static and void in java ?
what is the difference between a threads start() and run() methods? : Java thread
Differentiate between a constructor and a method? Can we mark constructors final?
Can you call a method on a null object?
What is the purpose of garbage collection in java?
How big is a gigabyte?
Is finalize() similar to a destructor?
What is a native method in java programming?
Garbage collection in java?
Write a java program to generate fibonacci series ?
In java, how many ways you can take input from the console?