Advanced JAVA


Create chat application using either TCP or UDP protocol.


Implement TCP Server for transferring files using Socket and ServerSocket.


Implement any one sorting algorithm using TCP/UDP on Server application and Give Input On Client side and client should sorted output from server and display sorted on input side.

Practical : 4 
Implement Concurrent TCP Server programming in which more than one client can connect and communicate with Server for sending the string and server returns the reverse of string to each of client.




Write RMI application where client supplies two numbers and server response by summing it. Provide your custom security policy for this application.



Implement Student information system using JDBC and RMI.
JDBC/Servlet




Create Servlet file which contains following functions:1. Connect 2. Create Database 3. Create Table 4. Insert Records into respective table 5. Update records of particular table of database 6. Delete Records from table. 7. Delete table and also database.



User can create a new database and also create new table under that database. Once database has been created then user can perform database operation by calling above functions. Use following Java Statement interface to implement program:
1. Statement 2. Prepared statement 3. Callable statement




Create Servlet file and study web descriptor file.



Create login form and perform state management using Cookies, HttpSession and URL Rewriting.



Implement Authentication filter using filter API.

Ads