What are the advantages of functions?


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

Post New Answer

More Core Java Interview Questions

Why char array is favored over string for the storage of passwords?

0 Answers  


I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


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

0 Answers   Genpact,


What is collections framework?

0 Answers  


Is string a class in java?

0 Answers  






State the difference between strings and arrays.

0 Answers   Syntel, Visa,


What is data type example?

0 Answers  


1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?

3 Answers   TCS,


Explain the difference between jvm and jre?

0 Answers  


Can we create a constructor in abstract class?

0 Answers  


Is there any sort function in java?

0 Answers  


Why packages are used?

1 Answers  


Categories