What is the current code for the Java 5 code
class Root {
?
Answer Posted / ravi kumar
public static void main(string... args)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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.
What is maven in java?
In java what is the difference between sleep() and wait() .
What is the use of rs next () in java?
How do I install java re?
How do I run a project in eclipse?
What is class path in java?
How do I run a java project in netbeans?
What is Map,List,hashtable,ArrayList and difference between them??
What is a singleton in java?
what is the package for freshers in valuelabs.
What is rxjava2?
Which instutute is offering course for rhino jain slee
What is entitymanager in jpa?
Can we write lambda without functional interface?