give an example for encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
How does synchronized modifier work?
What is the difference between Resultset and Rowset.
what is the difference between sleep() and Wait()?
Which package has light weight components?
How to convert String into primitive datatype.
what is request dispatcher and how does it work?
What is singleton class example?
What does exp mean in math?
What is the basic of java?
State one difference between a template class and class template.
Can you call a constructor within a constructor?