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
Is java singleton thread safe?
What is meant by swing 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.
ioc vs dependency injection?
Why there are no global variables in java?
What is phantom memory?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
Can the main method be overloaded?
Can an application have multiple classes having main method?
What's the difference between code-based security and role-based security? Which one is better? : java security
Can optional be null?
differences between iterator and spliterator in java se 8?
What is ioexception in java?
Explain the common use of ejb?
Which version of jdk is required for netbeans 8.0 2?