What are the advantages of functions?
No Answer is Posted For this Question
Be the First to Post Answer
Why char array is favored over string for the storage of passwords?
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?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is collections framework?
Is string a class in java?
State the difference between strings and arrays.
What is data type example?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
Explain the difference between jvm and jre?
Can we create a constructor in abstract class?
Is there any sort function in java?
Why packages are used?