R
Q. Encapsulation is ___.
In Java programming language, the encapsulation is a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit. It is a object-oriented programming concept.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the "throw" keyword in Java exception handling?
Q. Literals in java must be preceded by which of these?
Q. What is garbage collection in java?
Q. Range of Byte Data Type is _________
Q. What is the output of the following code snippet?
Q. Which of the following is the correct syntax for a while loop in Java?
Discusssion
Login to discuss.