What are Brief Access Specifiers and Types of Access Specifiers?
Answer / nashiinformaticssolutions
To assist JVM in comprehending the extent of a variable, method, and class, access specifiers are predefined keywords. Four access specifiers are available to us.
Specifier for Public Access
Specifier for Private Access
Specifier of Protected Access
| Is This Answer Correct ? | 0 Yes | 0 No |
AWT event listeners extends what interface?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
What is overriding in java?
which one the better thread emplemented thread or extended ?
how we can make a write-only class in java?
How many types of literals are there in JAVA?
Java does not support multiple inheritance. how interface helps in the same?
What is the main functionality of the remote reference layer?
What does %4d mean in java?
If circular link of two objects, then will it be garbage collected ?
Difference between this() and super() in java ?
How do you end a program?