Unit-1 Java Networking
- (1) Explain TCP/IP Client Socket and its methods.
- (2) Explain TCP/IP Server Socket and its methods.
- (3) What is a Datagram socket? Explain it with Example.
- (4) Write a TCP or UDP client and server program to do the
following: Client>LocalHost/IP Port<enter>Enter text: WelcomeSOU <enter>
Response from server: uos EMOCLEw
- (5) Explain Inet Address in detail.
- (5). explain Inet Address in details
- (6) Describe the URL and URLConnection class in detail.
- (7) Explain RMI Architecture.
- (8) Explain RMI components
- (9) Write a TCP or UDP client and server program to do the following:
Client>LocalHost/IP Port<enter> Enter text:WELCOME SOU<enter>
Response from server: welcome sou
Unit-2 JDBC Programming
- (10) Write a Short note on JDBC Architecture.
- (11) What is JDBC Connection? Explain Steps to get Database Connection.
- (12) Which package is used to perform almost all JDBC operations?
- (13) List JDBC API components. Explain in brief.
- (14) List JDBC driver. Explain JDBC – TO-ODBC bridge driver (Type-1).
- (15) List JDBC driver. Explain JDBC .NET pure java driver (Type -3).
- (16) What is a JDBC connection? Explain steps to get database connection using java program.
- (17) Write a short note on JDBC architecture.