In which way does a Primitive data type is passed ?
Answer Posted / subha narayan mohapatra
all Primitive data types are passed by value.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is variable and constant explain with example?
What steps are taken when the OS shifts from one-thread execution to another?
What are data types in programming?
How we can run a jar file through command prompt in java?
Give an example of use of pointers in java class.
Which of the classes will have more memory allocated?
Can we assign the reference to this variable?
Can sleep() method causes another thread to sleep?
Difference between a class and an object?
Explain the different forms of polymorphism?
If an object is garbage collected, can it become reachable again?
What is an object’s lock and which object’s have locks?
What is procedure writing?
Is there any case when finally will not be executed?
What is the difference between char and char *?