Answer Posted / zoozoo
because primitive datatypes cannot directly be used through network, like we cannot send them to one n/w to another. so by using wrapper classes to wrap them into objects, which can be sent through n/w.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are scalar data types?
What is use of super keyword in java?
What are different types of inner classes ?
What is the difference between interface & abstract class?
What are access specifiers available in java?
Can static method access instance variables ?
When should the method invokelater() be used?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is variable and its types?
Why object class is super class for every class in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Define max and min heap, also the search time of heap.
What are controls and their different types in awt?
Can we inherit inner class?
Have you ever used hashtable and dictionary?