Answer Posted / bhuwan chandra
As the object in Java has properties and behaviour and they
are encapsulated together, no other class can gain access
of the data unless the class is defined as public.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the access scope of protected access specifier?
Define the term string pool?
how we can make a write-only class in java?
What is linkedlist in java?
What are different access specifiers in java?
What is a numeric string?
What is meant by nested loop?
Can we overload run() method in java?
List the different types of classloaders in java.
Is java a pure object oriented language?
Are arrays static in java?
What if constructor is protected in java?
How are variables stored in memory?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is sizeof in java?