what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / skk
There is no difference between Access Modifiers and Access
Specifiers. Its just different names for the same Stuff.
| Is This Answer Correct ? | 10 Yes | 60 No |
Post New Answer View All Answers
Why string objects are immutable in java?
Can singleton class be inherited in java?
Where are local variables stored?
5 Coding best practices you learned in java?
What is method with example?
What mechanism does java use for memory management?
Can we call virtual funciton in a constructor ?
What are the java ide’s?
What are the differences between heap and stack memory?
Does java initialize arrays to zero?
What is mutable object and immutable object?
Is null a string?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the meaning of I ++ in java?
Do I need to import java.lang package any time? Why?