In this repo we see some java projects.
- In LClient file give "InetAddress.getByName("localhost")" in the place IPV4 Address.
- Open two comment prompt , first run LClient program then run RServer program.
- Connect the two system in same lan network .
- In LClient file give IPV4 address of your system in the place IPV4 Address.
1. Check the IPV4 address of your system using the comment ipconfig in comment prompt - Open two comment prompt , first run LClient program then run RServer program.
javac LClient.java
javac RServer.java
java LClient
java RServer
- We will see some management project(Convert UML diagram to code).
- The main class is only for testing purpose, you can change the main method as per your required.
- You can use IDE for these projects .
- I am not get input dynamically you can change it as per your required.
- We can add , delete , update students details and also find the topper of the class .
javac StudentDemo.java
java StudentDemo
- We can add theatre, list available movie in Theatre, drop movie from theatre .
javac TheatreManagementTester.java
java TheatreManagementTester