What is the use of pattern in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is unicode full form?
What is the difference between this() and super()?
Why java is object oriented?
Is it possible to use string in the switch case?
Can a function return a function?
Similarity and difference between static block and static method ?
What is the root class for all Java classes?
what is meant by package in java?
How to convert string to int in java?
What is the locale class in java programming?
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?
what are the different non-access specifiers in java?