how can you catch multiple exceptions in java?
No Answer is Posted For this Question
Be the First to Post Answer
can anyone explain me the concept of autoboxing?
What is difference between public static and void?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is the structure of java?
How do I compare two strings in word in java?
how can we import the user defined package without classpath?
What is bifunction in java?
Can an abstract class be a final class?
What is the difference between member variables initialization and assignment in a constructor?
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?
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?