Answer Posted / kunal
There are atleast 11 access specifiers..
public , private , protected , default , final , volatile, static,transient, abstract, native, synchronized in java
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How can we avoid including a header more than once?
What is the static import?
What are the differences between getting and load method?
What is the syntax and characteristics of a lambda expression?
Can you declare the main method as final?
How do you identify if jvm is 32-bit or 64-bit from java program?
Which oo concept is achieved by using overloading and overriding?
What is integers and example?
Is java jre still free?
Which method cannot be overridden in java?
Explain the difference between serializable and externalizable in java?
What are the different types of methodologies?
How can you add and remove nodes in jtree?
What value is a variable of the string type automatically initialized?
Define immutable object?