How many ways can an argument be passed to a subroutine and explain them?


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

Post New Answer

More Core Java Interview Questions

How do you sort an array in java?

0 Answers  


What is a byte string?

0 Answers  


What method is used to specify a container's layout in java programming?

0 Answers  


Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?

0 Answers   Genpact,


What is double parsedouble in java?

0 Answers  






What is concurrent hashmap and its features?

0 Answers  


Can a main method be overloaded?

0 Answers  


Why java applets are more useful for intranets as compared to internet?

0 Answers  


Is a class an object?

0 Answers  


Can a function return a function?

0 Answers  


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


What is the difference between && and & in java?

0 Answers  


Categories