Answer Posted / surendrareddy
The access specifiers in java are
1.public
2.private
3.protected these are control access specifiers in java
The another one is "Default" it will available when we will
not mention above 3 access specifiers before the class variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you sort a string in java?
What the difference is between execute, execute Query, execute Update?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Can I declare class as static or private?
Why object class is super class for every class in java?
How do I convert a string to an int in java?
How to run a JAR file through command prompt?
How do I get a substring?
Can we use different return types for methods when overridden?
Is java platform independent?
Why is stringbuffer called mutable?
What is the disadvantage of synchronization?
What class allows you to read objects directly from a stream?
What is the difference between choice and list?
What is the technique adopted to create an immutable class?