why you used Java Script? Can it use for both client side and server side validation purpose?
12 30869What happens if an exception is throws from an, object's constructor and object's destructor?
4 15917Post New Wipro Interview Questions
What would be the entry at the time of Generating Tution Fee Challan for Advance fees. (e.g In the Month of April, Fees of June and July in being asked to pay by school to their students?,
How do you combine two lines from two sorted files in linux?
What are all needed for Correspondence ( Pre-requisites)?
What is strict mode in javascript?
Do you have interest in sports? If yes, which is your favorite sport?
How do you escape c#?
What is Data Modelling?
What are the Challenges with Node.js ?
What is Talend job?
What is :: in laravel?
How do you change text from horizontal to vertical in word?
What are the utilities of the callablestatement?
Explain the uses of the simple maintenance interface?
Is swift a good language to learn?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.