Does java return by reference?


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

Post New Answer

More Core Java Interview Questions

What are void pointers?

1 Answers  


What is immutable in java?

0 Answers  


Which non-unicode letter characters may be used as the first character of an identifier?

0 Answers  


When will we use them?

0 Answers  


Can we create object of inner class in java?

0 Answers  






What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


Is jdk required on each machine to run a java program?

0 Answers  


How to sort an array from smallest to largest java?

0 Answers  


Can a class extend 2 classes in java?

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


Can we write any code after throw statement?

0 Answers  


what is data binding? give the example

1 Answers   TCS,


Categories