what are the different non-access specifiers in java?
Answer Posted / robin
friendly,
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is visibility mode?
What is default exception handling in java?
Explain the importance of finalize() method.
What is a list in java?
What is garbage collection? What is the process that is responsible for doing that in java?
why an outer class cannot be declared as private?
What is the use of isempty in java?
What is the core java?
How we can make copy of a java object?
Explain the use of javap tool.
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is java oops?
Are floats faster than doubles?
What is the difference between the paint() and repaint() methods?
How can we create objects if we make the constructor private ?