What's the default access specifier for variables and methods of a class?
Answer / Pradip Kumar Dubey
"By default, variables and methods in a class have package-private access (i.e., 'default') if no specific access modifier is specified"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is autoboxing and unboxing?
Can you access non static variable in static context?
What do you understand by the bean persistent property?
What is a parameter example?
What does escaping a character mean?
How do you start a new line in java?
i need income tax program using java inheritance concept. could u please help me?
Can we declare the static variables and methods in an abstract class?
What is the primary benefit of encapsulation?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
What is the console in java?
What is meant by event handling?