Answer Posted / nishant mathur
Complete reference of java third and fourth edition
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the means of java?
Is java built on c?
What is lambda used for?
Is jprofiler open source?
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 do I enable javascript?
What is jpa entitymanager?
Explain working of java virtual machine (jvm)?
What is data persistence in java?
Explain main thread under thread class execution?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.
What is optional in java 8? What is the use of optional?advantages of java 8 optional?
Do I really have to type in the programs in the book to try them out?
What is the content reside in Use case Document?
What is the difference between the boolean & operator and the && operator?