What is a driver in java?
What is a cookie in java?
What is ibatis in java?
Is java singleton thread safe?
Why do we need framework 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 the difference between lambda expression and anonymous methods?
Employee has a Passport. here employee is an object and passport is an object, give the class design
Which is the best book for whole java study?
What is cloning in java?
Why there are no global variables in java?
What do you understand by downcasting?
suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?