List of Question Advance Java of 170703 Question Bank
List of Question Advance Java of 170703 Question Bank
10. What is Internationalization? How Internationalization can be implemented in Java? Give the list of classes and their useful members / methods for implementation of Internationalization. 11. Write note on Locale-specific format conversion classes. 12. Using Internationalization, write a java program for displaying weather information for different states of India. (Nov-11) 13. Explain Collation for sorting text strings according to Locale language. 14. Explain how JNDI works. How JNDI can be used to store various context attribute. Give one example of adding one context entry using JNDI. 15. Explain the significance of JNDI context along with basic lookup in JNDI directory services. 16. What is JNDI? How it can be used for accessing various directory services such as LDAP, NIS, DNS? Write template class for creating directory context. List the basic operations available in JNDI (Nov-11) 17. .What is RMI? Give the architecture of RMI and discuss the functions of each layer. What is role of RMI registry?(June-12) 18. What is serialization/deserialization of objects? Why do you need it? Give the example with necessary code.(June-12,Nov-11) 19. Write an RMI application where client sends empno and server returns corresponding salary by querying database.(Nov-11)
1. 2. 3. 4. 5. 6. 7. 8. 9.
1. List the servlet session level events and show that how servlet destroy event is handled? .(June-12) 2. Write a servlet which counts the number of digits into an integer received as parameter. Give the necessary web.xml file to deploy the servlet. .(June-12) 3. What are cookies? Write a servlet that reads and prints all the previous cookies and add a cookie with your name. .(June-12) 4. Develop any Servlet application which demonstrates use of session management.(Nov-11)
Chapter 8 Hibernate
1. What is Hibernate? What are the advantages of it? Explain architecture of it in detail?(June12) 2. What is O/R mapping? What is HQL? What are advantages of HQL?