In which way does a Primitive data type is passed ?
Answer Posted / ismail
Primitive data types will passed be "Pass by Value"...!!!
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Give a practical example of singleton class usage?
Variables used in a switch statement can be used with which datatypes?
Is integer immutable in java?
How do you allocate memory to object?
Is char a method in java?
Explain the importance of throwable class and its methods?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What defines function?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
How listener identify that the event came from a particular object?
What is final access modifier in java?
How will you serialize a singleton class without violating singleton pattern?
What are the main differences between notify and notifyAll in Java?
What is a nullable field?
what is nested class in java?