Answer Posted / nivas
java database connection or connectivety
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is cdi in java?
How can I swap two variables without using a third variable?
What is data encapsulation?
How does java handle integer overflows and underflows?
What are tags in java?
What is the means of java?
Explain issues of old java date api?
How long can a lambda function run?
Is it better to learn java or python?
Can we write lambda without functional interface?
What is the first argument of the string array in main method?
Differences between intermediate operations and terminal operations of java 8’s stream api?
What is jersey in java?
What is flatmap in java8?
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.