What are Access Specifiers and Access Modifiers.
Answer Posted / praveen pandey
Access specifiers are used to grant permissio to access
datamembers,property of classes and methods from others.
Public,private,protected,protected Internal,default.
But modifiers are useing support the functionality of a
method.
static,final,synchronized,abstract.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Compare java and python.
Can vector have duplicates in java?
what state does a thread enter when it terminates its processing? : Java thread
Can a constructor be made final?
Discuss different types of errors that generally occur while programming.
how its run?
Is 0 a real number?
What is boolean keyword in java?
Why java is considered dynamic?
Why string is not a wrapper class?
Describe string intern() methodology
difference between byte stream class and character stream class?
How java uses the string and stringbuffer classes?
How does sublist works in java?
What does I ++ mean?