what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / swetha
Access Specifiers :
public,private,protected and default.
Access Modifiers :
abstract,native,transient,final,static,volatile and
strictfp.
| Is This Answer Correct ? | 85 Yes | 46 No |
Post New Answer View All Answers
Give example to differentiate between call by value and call by reference.
What state does a thread enter when it terminates its processing in java programming?
Explain the difference between hashmap and hashtable in java?
What are the escape sequences in java?
What is byte [] in java?
What is a final class in java?
Can we override tostring method in java?
Can you declare a private method as static?
Is 0 an irrational number?
What is casting in java programming?
Can we use a switch statement with strings?
Can we rethrow the same exception from catch handler?
Whats the difference between notify() and notifyall()?
Explain try and catch keywords in java?
how to deploy apache tomcat server to weblogic server in java