Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
What are the uses of a middleware server?
Does ef core support lazy loading?
Can you change the context root for deployed application?
What is abstraction in java?
What is string english?
What is the meaning of acid in the connection of transaction management?
What does next mean in java?
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 nested class in java?
How to create composite key in hibernate using annotations?
How we can generate random numbers in java?
Is javafx better than swing?
Is state maintained by a Stateless bean?
What is the difference between int and integer in java?
Can long be null in java?