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 is meant by binding in rmi?
Why is multiple inheritance not supported in java?
What is string builder?
is there a separate stack for each thread in java? : Java thread
What is an arraylist in java?
Why is java architectural neutral?
How do you reverse a string in java without using string buffer?
What is the Difference between Final Class && Abstract Class?
What are data types in oop?
Does sprintf allocate memory?
What is difference between ++ I and I ++ in java?
What is abstract class? Explain
What is an class?
What do you understand by the term polymorphism?
What is the difference between reader/writer and inputstream/output stream?