Answer Posted / amit patel
Accessibility Modifiers : public, protected, private
Others : static, abstract, final, transient,
volatile,synchronised
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is javac_g?
What is difference between static class and singleton pattern?
What is array sorting in java?
What are strings in physics?
What is the difference between form & report?
What is a native method in java programming?
Define Multiprogramming and Multiprocessing in java.
Can we convert stringbuffer to string?
What is the difference between a static and a non-static inner class in java programming?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Can a list be null in java?
Which of the classes will have more memory allocated?
How to check if a list is sorted in java?
Write a program to find maximum and minimum number in array?
Why are global variables used?