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
What is the difference between import java.util.date and java .util?
How will you load a specific locale?
What is array and arraylist in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is concurrent hashmap and its features?
What is the program compilation process?
What is the hashcode () and equals () used for?
what is session in java?
What do you mean by jjs in java8?
Can a java program have 2 main methods?
What is a key in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What are the loops in java?
How do you define a set in java?
What is the difference between arraylist and hashset in java?