What are Access Specifiers and Access Modifiers.
Answer Posted / nisreen
Access specifiers are public,private,protected and default
static.
| Is This Answer Correct ? | 34 Yes | 14 No |
Post New Answer View All Answers
What is the difference between synchronized and synchronized block?
Is singleton thread safe in java?
How can we achieve thread safety in java?
Is a method a function?
What are methods in java?
What is singleton pattern?
Why map is used in java?
Define nashorn in java8.
How do you sort a string in java?
What is garbage collection? What is the process that is responsible for doing that in java?
what is synchronization and why is it important? : Java thread
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between jvm and jre? What is an interface?
How do you remove an element from an arraylist in java?
What is final int?