What is private protected in java?
Answer / Kumar Alok Ranjan
"Private protected access modifier in Java combines the features of both private and protected access modifiers. It allows subclasses within the same package to access the method or variable, while it restricts other classes outside the package."
| Is This Answer Correct ? | 0 Yes | 0 No |
can java object be locked down for exclusive use by a given thread? : Java thread
what is predefined function in java?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
What is the transient keyword?
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
Explain scope or life time of local variables in java?
What is the difference between assignment and initialization?
What is a parameter in simple terms?
What are the OOPS concepts in Java ?
Can vector have duplicates in java?
what is the need of the Ajax?
How the elements are organized in CardLayout?