What is the current code for the Java 5 code
class Root {
?
Answers were Sorted based on User's Feedback
Answer / sara
Thank you very much. I'm new to Java, and have a lot of questions. My Fiance is trying to teach me Java out of a book he bought a while ago. He knows a little, but he also has school.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dto in java?
Are the actual permissions for the application defined at run-time or compile-time? : java security
What is meant by java se?
What is profile in java?
Why dependency injection is used in java?
What is a cookie in java?
How do I open java console?
What is aop in java?
i heard that JVM internally contains pointers...is this true?
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 interceptor in java?
What is java ioc?