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
What is the difference between actual and formal parameters?
What is ascii code?
How many bytes is a string java?
What is replacefirst in java?
What is a null point?
What is a two-pass assembler?
What is the purpose of using java.lang.class class?
define polymorphism in java
Are registers volatile?
Can we catch more than one exception in single catch block?
What is super keyword explain with example?
how are methods defined?
Which containers use a flowlayout as their default layout in java programming?
What is r in java?
What are parameters in a method?