How can we pass argument to a function by reference instead of pass by value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain wait() method of object class ?

0 Answers  


Difference between this(), super()?

12 Answers   College School Exams Tests, Oracle,


How many bits are in a sentence?

0 Answers  


What are the two types of java programming?

0 Answers  


What is string array?

0 Answers  






Write the algorithm to check the number non-leaf nodes in a tree.

0 Answers   Amdocs,


Difference between Linked list and Queue?

0 Answers   Virtusa,


What does it mean that strings are immutable?

0 Answers  


When is the finalize() called?

0 Answers  


Difference between method overloading and overriding.

0 Answers  


Define jre i.e. Java runtime environment?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Categories