Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / guest
Write once Run anyware
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is jboss in java?
What is @resource annotation in java?
What is the front end for java?
How do I export a java project?
How can one prove that the array is not null but empty?
Is java secure? : java security
What services can invoke lambda?
What is meant by annotation in java?
Is jvm a compiler or an interpreter?
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 download and install eclipse on windows 10?
what are the different phases in delivering the project during development and maintenance?
What does jpa mean?
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's the difference between local, global and universal groups? : java security