Answer Posted / gopal
complete reference may be best. but SCJP 6.0 is better than
that.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a bean class?
What is the difference between a jvm and a jdk?
Which instutute is offering course for rhino jain slee
What are jdk tools?
What is property file in java?
What is transient in java?
What is rxjava2?
What is jpa used for?
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 savepoint in java?
What happens when the parent process of a child process exits before the child ?
What is lambda used for?
Is jar an executable?
Is jdk required for netbeans?
What is optional in java 8? What is the use of optional?advantages of java 8 optional?