Answer Posted / satyanarayana
Encapsulation means binding the data and code into a single
entity.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is default constructors?
What is pojo class in java?
How many types of variables are there?
What is the effect of keeping a constructor private?
Is a class subclass of itself?
If you do not want your class to be inherited by any other class. What would you do?
Is there a sort function in java?
What is the size of arraylist in java?
What is string syntax?
What is the importance of hashcode() and equals() methods?
What is a stringbuilder?
What are local variables?
What does three dots mean in java?
Write a java program to print fibonacci series?
What are variable arguments or varargs?