What is proxy object in java?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why Java is a platform independent language?Explain byte code and JVM
What is cloning in java?
Is lambda functional programming?
Explain issues of old java date api?
What is meant by rest api in java?
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
what is constructer?what are the type of constructer with example.
What do you understand by downcasting?
When is static variable loaded? Is it at compile time or runtime? When exactly a static block is loaded in java?
why java has the size of character 2 byte ,while in c/c++ it is of 1 byte?
What is hql in java?