Answer Posted / priya
Primitive data types, such as int, char, boolean are not
Objects, which are used by Java. It is why Java is not
a "pure object oriented programming language".
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are jdk tools?
Why is lambda expression used?
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 default constructor in java?
What is an api in java?
What are the new features about Java se 8 ?
What is the java virtual machine (jvm)?
What is data persistence in java?
Which is best framework in java?
Why are command line arguments passed as a string?
What is @qualifier in java?
explain how java se 8 data and time api solves issues of old java date api?
What is a uint8?
What is the use of flatmap?
What is csrf in java?