In which way does a Primitive data type is passed ?
Answer Posted / sandeep
Primitive data type are passed using wrapper classes. This
class provide us an object view of primitive types.
e.x.
Integer i=new Integer(3);
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can we call the run() method instead of start()?
What is the driver class?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is the diffrence between inner class and nested class?
What is static data type in java?
How we can run a jar file through command prompt in java?
Explain parallel processing in java8?
What is nested interface?
What is assembly language?
What does .equals do in java?
What is currentthread()?
What is difference between c++ and java ?
What is a lightweight component?
What is meant by stack and queue?
How to Sort Strings which are given in List and display in ascending order without using java api.