Read Value from XML using JAXB: ------ QUESTIONS(Theroy) ------ 1.What is JAXB stands for? 2.What is marshal and unmarshal? 3.What are all the annotations available in JAXB and its used for? 4.What are all the jar files needed for JAXB? 5.What is JAXBContext? QUESTIONS(Practical) -------------------- QUESTION 1 ---------- NOTE: Read all the values from below XML file using JAXB. Vimal Jaiswal 50000.0
Chennai
24 10.06.1992 vimal@gmail.com
Suresh 36000.0
Trichy
22 10.05.1996 suresh@gmail.com
Ramesh 25000
Coimbatore
21 16.11.1997 ramesh@gmail.com
QUESTION 2 ---------- NOTE: Update below details in XML using JAXB? CompanyDetails: CompanyName- Capgemini CompanyLocation- Chennai NatureOfCompany- IT(Software) CompanyName- CTS CompanyLocation- Delhi NatureOfCompany- IT(Software) CompanyName- Hexaware CompanyLocation-Mumbai NatureOfCompany- IT(Software) CompanyLocation-TCS CompanyLocation-Bangalore NatureOfCompany- IT(Software) CompanyLocation- Wipro CompanyLocation- Chennai NatureOfCompany- IT(Software)