What is passing parameters in java?


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

Post New Answer

More Core Java Interview Questions

What is the use of predicate in java 8?

0 Answers  


How to make a method thread safe without using synchronized keyword?

8 Answers   Persistent, Societe Generale,


What is re-factoring in software?

0 Answers  


Can we declare an interface as final?

0 Answers  


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


What is meant by object?

0 Answers  


what is predefined function in java?

0 Answers  


Name the method that used to clear the buffer ?

2 Answers  


What do you understand by weak reference?

0 Answers  


What is the technique adopted to create an immutable class?

0 Answers  


Write a program in java to create a doubly linked list containing n nodes.

0 Answers  


How do listeners work?

0 Answers  


Categories