What is meant by data hiding/encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
what is web.xml?and its use?
What are parsing rules?
Why put method is idempotent?
How do you check if a string contains only numeric digits?
How define set in java?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
How can we create objects if we make the constructor private ?
What is wrapper class html?
Can a top level class be private or protected?
How to reverse string in java?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
Differences between GridLayout and GridBagLayout?