Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
What is the use of jsonvalidation?
What is the purpose of struct-config.xml in struct2?
What are different core interfaces of hibernate framework?
How many bytes is string in java?
Which number is denoted by leading zero in java?
Explain the meaning of java applet.
What is the purpose of mapping?
What is a hibernate transaction?
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.
How to rectify errors in java servlet while compilation?
Why for each loop is used?
What is the protected method modifier?
In struts, how can we access java beans and their properties?
What is the main parts of jms applications?
Tell me the Importent classes in net package?