In which way does a Primitive data type is passed ?
Answer Posted / harsha
Primitive data types are 'passed by value'.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are different exception types exceptions available in java ?
How can we break singleton in java?
Explain wait() method of object class ?
Can a class be private in java?
What is the purpose of using javap?
What is the maximum size of array in java?
What is the difference between stringbuffer and stringbuilder?
Can we have static methods in an interface?
What are the two types of java?
What is anti pattern in cyber security?
What are the different conditional statements?
Can an interface be final?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
I don’t want my class to be inherited by any other class. What should I do?
Can we override static methods in java?