What is the need to declare main() method as static in Java?
Answer Posted / juhi
If main method is static it should not be able to access any
other methods(other than static methods). but this is not
the case y?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is java flatmap?
How long can a lambda function run?
What is interceptors in java?
What happens when the parent process of a child process exits before the child ?
What is entitymanager in jpa?
Is java secure? : java security
What are tlds in java?
What is a singleton in java?
What is cookie in java?
What is native class in java?
What are the advantages of java sockets?
What is default constructor 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.
how can we create the ui using netbeans,having the code?
What does jpa mean?